summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerhelper.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:31:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:03 +0100
commitec3aae40ec0b0b39dc255041919fda77a343f831 (patch)
tree197d3ef067d2a971dc1ebe9f1de9f5c5435671d9 /sw/source/filter/ww8/writerhelper.hxx
parent6e26cc140bf0254a88a1d4c6e82cbaee39ced418 (diff)
loplugin:deletedspecial
Change-Id: Ia2b137e0167966a3d0b60f3c642a106834da8f1c
Diffstat (limited to 'sw/source/filter/ww8/writerhelper.hxx')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 178d0c50bf0c..f3865a484b03 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -872,7 +872,6 @@ namespace sw
class DrawingOLEAdaptor
{
private:
- OUString msOrigPersistName;
com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > mxIPRef;
SfxObjectShell& mrPers;
const Graphic* mpGraphic;
@@ -908,10 +907,8 @@ namespace sw
*/
bool TransferToDoc(OUString &rName);
private:
- /// No assigning allowed
- DrawingOLEAdaptor& operator=(const DrawingOLEAdaptor&);
- /// No copying allowed
- DrawingOLEAdaptor(const DrawingOLEAdaptor &rDoc);
+ DrawingOLEAdaptor& operator=(const DrawingOLEAdaptor&) SAL_DELETED_FUNCTION;
+ DrawingOLEAdaptor(const DrawingOLEAdaptor &rDoc) SAL_DELETED_FUNCTION;
};
}
}