summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/elementimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/elementimport.hxx')
-rw-r--r--xmloff/source/forms/elementimport.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx
index 3f6285c7dab4..4c3cde521765 100644
--- a/xmloff/source/forms/elementimport.hxx
+++ b/xmloff/source/forms/elementimport.hxx
@@ -55,8 +55,7 @@ namespace xmloff
typedef std::map<OUString, ElementType> MapString2Element;
static MapString2Element s_sElementTranslations;
- protected:
- OElementNameMap() { }
+ OElementNameMap() = delete;
public:
static ElementType getElementType(const OUString& _rName);