summaryrefslogtreecommitdiff
path: root/include/vcl/IconThemeInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/IconThemeInfo.hxx')
-rw-r--r--include/vcl/IconThemeInfo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/IconThemeInfo.hxx b/include/vcl/IconThemeInfo.hxx
index 0ac2b7dc2857..5d1fa4a68b1e 100644
--- a/include/vcl/IconThemeInfo.hxx
+++ b/include/vcl/IconThemeInfo.hxx
@@ -29,8 +29,8 @@ class VCL_DLLPUBLIC IconThemeInfo
{
public:
/** The name of the icon theme to use for high contrast mode */
- static constexpr OUStringLiteral HIGH_CONTRAST_ID_BRIGHT = u"sifr";
- static constexpr OUStringLiteral HIGH_CONTRAST_ID_DARK = u"sifr_dark";
+ static constexpr OUString HIGH_CONTRAST_ID_BRIGHT = u"sifr"_ustr;
+ static constexpr OUString HIGH_CONTRAST_ID_DARK = u"sifr_dark"_ustr;
/** Construct an IconThemeInfo from the URL to a file.
* This method will throw a std::runtime_error if the URL cannot be properly parsed.