summaryrefslogtreecommitdiff
path: root/unotools/source/config/extendedsecurityoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/extendedsecurityoptions.cxx')
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 06f6445a4106..2610eeb0eda1 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -47,17 +47,8 @@ using namespace ::com::sun::star::uno;
#define PROPERTYCOUNT 1
-class ExtensionHashMap : public ::boost::unordered_map< OUString,
- sal_Int32,
- OUStringHash,
- ::std::equal_to< OUString > >
-{
- public:
- inline void free()
- {
- ExtensionHashMap().swap( *this );
- }
-};
+typedef boost::unordered_map<OUString, sal_Int32, OUStringHash>
+ ExtensionHashMap;
class SvtExtendedSecurityOptions_Impl : public ConfigItem
{