summaryrefslogtreecommitdiff
path: root/include/xmloff/prstylei.hxx
diff options
context:
space:
mode:
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 32163f5385dd..8b506b6dc4ad 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -44,8 +44,8 @@ private:
css::uno::Reference < css::style::XStyle > mxStyle;
SvXMLImportContextRef const mxStyles;
- XMLPropStyleContext(XMLPropStyleContext &) = delete;
- void operator =(XMLPropStyleContext &) = delete;
+ XMLPropStyleContext(XMLPropStyleContext const &) = delete;
+ XMLPropStyleContext& operator =(XMLPropStyleContext const &) = delete;
protected: