summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xrmmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/xrmmerge.hxx')
-rw-r--r--l10ntools/inc/xrmmerge.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/xrmmerge.hxx b/l10ntools/inc/xrmmerge.hxx
index fd54f113b68b..7468f43f6122 100644
--- a/l10ntools/inc/xrmmerge.hxx
+++ b/l10ntools/inc/xrmmerge.hxx
@@ -24,7 +24,7 @@
#include <sal/config.h>
#include <fstream>
-
+#include <string_view>
/// Parser for *.xrm and description.xml files
class XRMResParser
@@ -39,7 +39,7 @@ private:
OString sCurrentCloseTag;
OString sCurrentText;
protected:
- static OString GetAttribute( const OString &rToken, const OString &rAttribute );
+ static OString GetAttribute( const OString &rToken, std::string_view rAttribute );
static void Error( const OString &rError );
virtual void Output( const OString& rOutput )=0;