summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/inc/dp_version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_version.hxx')
-rw-r--r--desktop/source/deployment/inc/dp_version.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/inc/dp_version.hxx b/desktop/source/deployment/inc/dp_version.hxx
index 342e2bf8c737..2b7c8787bdc0 100644
--- a/desktop/source/deployment/inc/dp_version.hxx
+++ b/desktop/source/deployment/inc/dp_version.hxx
@@ -21,16 +21,16 @@
#include <sal/config.h>
-#include <rtl/ustring.hxx>
#include "dp_misc_api.hxx"
+#include <string_view>
namespace dp_misc {
enum Order { LESS, EQUAL, GREATER };
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC Order compareVersions(
- OUString const & version1, OUString const & version2);
+ std::u16string_view version1, std::u16string_view version2);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */