summaryrefslogtreecommitdiffstats
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-12-28 17:56:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-12-29 16:42:33 +0100
commit042033f1e6da22616cb76c8d950c20c9efecbad5 (patch)
tree26b3f1f42d067506f44550b410f3fb9640616a5b /include/sfx2/objsh.hxx
parenttdf#138907 sw TitlePageDlg: fix round-tripping (diff)
downloadcore-042033f1e6da22616cb76c8d950c20c9efecbad5.tar.gz
core-042033f1e6da22616cb76c8d950c20c9efecbad5.zip
loplugin:stringviewparam: operator +
Change-Id: I044dd21b63d7eb03224675584fa143009c6b6008 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108418 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 42070bd4c090..a14ce7d39e11 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -38,6 +38,8 @@
#include <comphelper/embeddedobjectcontainer.hxx>
#include <memory>
#include <set>
+#include <string_view>
+
#include <o3tl/typed_flags_set.hxx>
#include <functional>
#include <sfx2/AccessibilityIssue.hxx>
@@ -467,7 +469,7 @@ public:
void AvoidRecentDocs(bool bAvoid) { mbAvoidRecentDocs = bAvoid; }
/// On first error ask user if import should continue; return saved answer.
- bool IsContinueImportOnFilterExceptions(const OUString& aErrMessage);
+ bool IsContinueImportOnFilterExceptions(std::u16string_view aErrMessage);
// Transfer IFace
bool IsAbortingImport() const;