summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/appl/appdde.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 6e7db00012c7..d725d050f0a7 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -19,6 +19,8 @@
#include <sal/config.h>
+#include <string_view>
+
#include <config_features.h>
#include <rtl/character.hxx>
#include <rtl/malformeduriexception.hxx>
@@ -78,7 +80,7 @@ public:
virtual bool SysTopicExecute( const OUString* pStr );
};
- bool lcl_IsDocument( const OUString& rContent )
+ bool lcl_IsDocument( std::u16string_view rContent )
{
using namespace com::sun::star;