summaryrefslogtreecommitdiff
path: root/include/svtools/xwindowitem.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/xwindowitem.hxx
parentcf0448b95d9af2c98666a7c832e6756ba8a48d96 (diff)
loplugin:deletedspecial
Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f
Diffstat (limited to 'include/svtools/xwindowitem.hxx')
-rw-r--r--include/svtools/xwindowitem.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/xwindowitem.hxx b/include/svtools/xwindowitem.hxx
index 470b09ed4b09..a6117baf6c5a 100644
--- a/include/svtools/xwindowitem.hxx
+++ b/include/svtools/xwindowitem.hxx
@@ -35,8 +35,7 @@ class SVT_DLLPUBLIC XWindowItem : public SfxPoolItem
{
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xWin;
- // disallow use assignment operator
- XWindowItem & operator = ( const XWindowItem & );
+ XWindowItem & operator = ( const XWindowItem & ) SAL_DELETED_FUNCTION;
public:
TYPEINFO_OVERRIDE();