summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.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/ww8par2.hxx
parent6e26cc140bf0254a88a1d4c6e82cbaee39ced418 (diff)
loplugin:deletedspecial
Change-Id: Ia2b137e0167966a3d0b60f3c642a106834da8f1c
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index b1d0896828d0..1108b69d93c6 100644
--- a/sw/source/filter/ww8/ww8par2.hxx
+++ b/sw/source/filter/ww8/ww8par2.hxx
@@ -37,9 +37,8 @@ public:
WW8DupProperties(SwDoc &rDoc, SwWW8FltControlStack *pStk);
void Insert(const SwPosition &rPos);
private:
- //No copying
- WW8DupProperties(const WW8DupProperties&);
- WW8DupProperties& operator=(const WW8DupProperties&);
+ WW8DupProperties(const WW8DupProperties&) SAL_DELETED_FUNCTION;
+ WW8DupProperties& operator=(const WW8DupProperties&) SAL_DELETED_FUNCTION;
SwWW8FltControlStack* pCtrlStck;
SfxItemSet aChrSet,aParSet;
};
@@ -126,9 +125,8 @@ friend class SwWW8ImplReader;
bool PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNextStyle);
void PostStyle(SwWW8StyInf &rSI, bool bOldNoImp);
- //No copying
- WW8RStyle(const WW8RStyle&);
- WW8RStyle& operator=(const WW8RStyle&);
+ WW8RStyle(const WW8RStyle&) SAL_DELETED_FUNCTION;
+ WW8RStyle& operator=(const WW8RStyle&) SAL_DELETED_FUNCTION;
public:
WW8RStyle( WW8Fib& rFib, SwWW8ImplReader* pI );
void Import();
@@ -139,8 +137,7 @@ public:
class WW8FlySet: public SfxItemSet
{
private:
- //No copying
- const WW8FlySet& operator=(const WW8FlySet&);
+ const WW8FlySet& operator=(const WW8FlySet&) SAL_DELETED_FUNCTION;
void Init(const SwWW8ImplReader& rReader, const SwPaM* pPaM);
public:
WW8FlySet(SwWW8ImplReader& rReader, const WW8FlyPara* pFW,