summaryrefslogtreecommitdiff
path: root/framework/source/uielement/uicommanddescription.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/uicommanddescription.cxx')
-rw-r--r--framework/source/uielement/uicommanddescription.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx
index cafd7a4f7755..b83e31cf1bbe 100644
--- a/framework/source/uielement/uicommanddescription.cxx
+++ b/framework/source/uielement/uicommanddescription.cxx
@@ -140,10 +140,10 @@ class ConfigurationAccess_UICommand : // Order is necessary for right initializa
std::vector< OUString >& aImageMirrorVector);
private:
- typedef ::boost::unordered_map< OUString,
- CmdToInfoMap,
- OUStringHash,
- ::std::equal_to< OUString > > CommandToInfoCache;
+ typedef std::unordered_map< OUString,
+ CmdToInfoMap,
+ OUStringHash,
+ std::equal_to< OUString > > CommandToInfoCache;
bool initializeConfigAccess();