diff options
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/bitmaps.hlst | 8 | ||||
-rw-r--r-- | desktop/inc/strings.hxx | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/inc/bitmaps.hlst b/desktop/inc/bitmaps.hlst index 69005c522c50..1f565b47dd6e 100644 --- a/desktop/inc/bitmaps.hlst +++ b/desktop/inc/bitmaps.hlst @@ -9,9 +9,9 @@ #pragma once -inline constexpr OUStringLiteral RID_BMP_WARNING = u"desktop/res/caution_16.png"; -inline constexpr OUStringLiteral RID_BMP_LOCKED = u"desktop/res/lock_16.png"; -inline constexpr OUStringLiteral RID_BMP_SHARED = u"desktop/res/shared_16.png"; -inline constexpr OUStringLiteral RID_BMP_EXTENSION = u"desktop/res/extension_32.png"; +inline constexpr OUString RID_BMP_WARNING = u"desktop/res/caution_16.png"_ustr; +inline constexpr OUString RID_BMP_LOCKED = u"desktop/res/lock_16.png"_ustr; +inline constexpr OUString RID_BMP_SHARED = u"desktop/res/shared_16.png"_ustr; +inline constexpr OUString RID_BMP_EXTENSION = u"desktop/res/extension_32.png"_ustr; /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ diff --git a/desktop/inc/strings.hxx b/desktop/inc/strings.hxx index 9b086b52693e..09582c6c5e66 100644 --- a/desktop/inc/strings.hxx +++ b/desktop/inc/strings.hxx @@ -11,6 +11,6 @@ #include <rtl/ustring.hxx> -inline constexpr OUStringLiteral RID_APPTITLE = u"%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION"; +inline constexpr OUString RID_APPTITLE = u"%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION"_ustr; /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |