summaryrefslogtreecommitdiff
path: root/include/svtools/embedhlp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:30:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:03 +0100
commitf862290c91e66b859504e6c271309f73fa762a0d (patch)
tree5a64716146280ee2a58562d7cc33999fc6ada363 /include/svtools/embedhlp.hxx
parentcf0448b95d9af2c98666a7c832e6756ba8a48d96 (diff)
loplugin:deletedspecial
Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f
Diffstat (limited to 'include/svtools/embedhlp.hxx')
-rw-r--r--include/svtools/embedhlp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/embedhlp.hxx b/include/svtools/embedhlp.hxx
index f157ce6c7761..ff899cd0fd23 100644
--- a/include/svtools/embedhlp.hxx
+++ b/include/svtools/embedhlp.hxx
@@ -50,7 +50,7 @@ class SVT_DLLPUBLIC EmbeddedObjectRef
SVT_DLLPRIVATE SvStream* GetGraphicStream( bool bUpdate ) const;
SVT_DLLPRIVATE void GetReplacement( bool bUpdate );
- EmbeddedObjectRef& operator = ( const EmbeddedObjectRef& );
+ EmbeddedObjectRef& operator = ( const EmbeddedObjectRef& ) SAL_DELETED_FUNCTION;
public:
static void DrawPaintReplacement( const Rectangle &rRect, const OUString &rText, OutputDevice *pOut );