summaryrefslogtreecommitdiff
path: root/vcl/source/app/IconThemeInfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/IconThemeInfo.cxx')
-rw-r--r--vcl/source/app/IconThemeInfo.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/source/app/IconThemeInfo.cxx b/vcl/source/app/IconThemeInfo.cxx
index 8968710f4a95..d37519549962 100644
--- a/vcl/source/app/IconThemeInfo.cxx
+++ b/vcl/source/app/IconThemeInfo.cxx
@@ -13,10 +13,8 @@
#include <stdexcept>
#include <algorithm>
-// constants for theme ids and display names. Only the theme id for high contrast is used
-// outside of this class and hence made public.
-
-const OUStringLiteral vcl::IconThemeInfo::HIGH_CONTRAST_ID(u"sifr");
+// constants for theme ids and display names. (The theme id for high contrast is used
+// outside of this class and hence made public in IconThemeInfo.)
namespace {