summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlstyle.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:05 +0100
commiteaa9a73185e7bf9d222a3efab4eff9af05714250 (patch)
tree93b7f2ecd3ffb20d6316f17f95a068a6ab612418 /include/xmloff/xmlstyle.hxx
parentloplugin:deletedspecial (diff)
downloadcore-eaa9a73185e7bf9d222a3efab4eff9af05714250.tar.gz
core-eaa9a73185e7bf9d222a3efab4eff9af05714250.zip
loplugin:deletedspecial
Change-Id: I806c9799f6eac357e5f200b53df3a9c1e6ecd841
Diffstat (limited to 'include/xmloff/xmlstyle.hxx')
-rw-r--r--include/xmloff/xmlstyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx
index 73bcfc6ecba1..bc8d4b692baf 100644
--- a/include/xmloff/xmlstyle.hxx
+++ b/include/xmloff/xmlstyle.hxx
@@ -186,8 +186,8 @@ class XMLOFF_DLLPUBLIC SvXMLStylesContext : public SvXMLImportContext
SAL_DLLPRIVATE const SvXMLTokenMap& GetStyleStylesElemTokenMap();
- SAL_DLLPRIVATE SvXMLStylesContext(SvXMLStylesContext &); // not defined
- SAL_DLLPRIVATE void operator =(SvXMLStylesContext &); // not defined
+ SvXMLStylesContext(SvXMLStylesContext &) SAL_DELETED_FUNCTION;
+ void operator =(SvXMLStylesContext &) SAL_DELETED_FUNCTION;
protected: