summaryrefslogtreecommitdiff
path: root/include/xmloff/prstylei.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/prstylei.hxx
parent61fe89e0b5a327a325284967782e9bbee5ca903a (diff)
loplugin:deletedspecial
Change-Id: I806c9799f6eac357e5f200b53df3a9c1e6ecd841
Diffstat (limited to 'include/xmloff/prstylei.hxx')
-rw-r--r--include/xmloff/prstylei.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx
index 185e6bff21ad..583f3557843e 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -54,8 +54,8 @@ private:
static OldFillStyleDefinitionSet maFooterSet;
static OldFillStyleDefinitionSet maParaSet;
- SAL_DLLPRIVATE XMLPropStyleContext(XMLPropStyleContext &); // not defined
- SAL_DLLPRIVATE void operator =(XMLPropStyleContext &); // not defined
+ XMLPropStyleContext(XMLPropStyleContext &) SAL_DELETED_FUNCTION;
+ void operator =(XMLPropStyleContext &) SAL_DELETED_FUNCTION;
protected: