summaryrefslogtreecommitdiff
path: root/include/svx/unoprov.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unoprov.hxx')
-rw-r--r--include/svx/unoprov.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoprov.hxx b/include/svx/unoprov.hxx
index 81e1ada9f7e0..503d439e92e7 100644
--- a/include/svx/unoprov.hxx
+++ b/include/svx/unoprov.hxx
@@ -35,7 +35,7 @@ class SfxItemPool;
#define UHASHMAP_NOTFOUND sal::static_int_cast< sal_uInt32 >(~0)
class UHashMap
{
- UHashMap() {}
+ UHashMap() = delete;
public:
static sal_uInt32 getId( const OUString& rCompareString );
static OUString getNameFromId (sal_uInt32 nId);