summaryrefslogtreecommitdiff
path: root/include/codemaker/commonjava.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/codemaker/commonjava.hxx')
-rw-r--r--include/codemaker/commonjava.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/codemaker/commonjava.hxx b/include/codemaker/commonjava.hxx
index 11e1446bf64a..10d7c28ba576 100644
--- a/include/codemaker/commonjava.hxx
+++ b/include/codemaker/commonjava.hxx
@@ -22,6 +22,8 @@
#include <sal/config.h>
+#include <string_view>
+
#include <codemaker/unotype.hxx>
namespace rtl { class OString; }
@@ -33,7 +35,7 @@ rtl::OString translateUnoToJavaType(
bool referenceType);
rtl::OString translateUnoToJavaIdentifier(
- rtl::OString const & identifier, rtl::OString const & prefix);
+ rtl::OString const & identifier, std::string_view prefix);
}