summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/Theme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/Theme.hxx')
-rw-r--r--include/sfx2/sidebar/Theme.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/Theme.hxx b/include/sfx2/sidebar/Theme.hxx
index ba71420b9f92..31e9a3f3c4a1 100644
--- a/include/sfx2/sidebar/Theme.hxx
+++ b/include/sfx2/sidebar/Theme.hxx
@@ -189,7 +189,7 @@ private:
bool mbIsHighContrastMode;
bool mbIsHighContrastModeSetManually;
- typedef std::unordered_map<rtl::OUString,ThemeItem, rtl::OUStringHash> PropertyNameToIdMap;
+ typedef std::unordered_map<rtl::OUString,ThemeItem> PropertyNameToIdMap;
PropertyNameToIdMap maPropertyNameToIdMap;
typedef std::vector<rtl::OUString> PropertyIdToNameMap;
PropertyIdToNameMap maPropertyIdToNameMap;