summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 15:25:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:26 +0200
commitbff4c13475957863bfa7da5bc3bcf82a64a7503a (patch)
tree23530ecc27cb8d46b26d5d4aea6b058e5fbaf9db /sw/source/filter/ww8/ww8par2.hxx
parent27491c28cb67ada0a4c5eaa90eaf589425990582 (diff)
Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index c5c3c9050b43..4b508e5f995e 100644
--- a/sw/source/filter/ww8/ww8par2.hxx
+++ b/sw/source/filter/ww8/ww8par2.hxx
@@ -37,8 +37,8 @@ public:
WW8DupProperties(SwDoc &rDoc, SwWW8FltControlStack *pStk);
void Insert(const SwPosition &rPos);
private:
- WW8DupProperties(const WW8DupProperties&) SAL_DELETED_FUNCTION;
- WW8DupProperties& operator=(const WW8DupProperties&) SAL_DELETED_FUNCTION;
+ WW8DupProperties(const WW8DupProperties&) = delete;
+ WW8DupProperties& operator=(const WW8DupProperties&) = delete;
SwWW8FltControlStack* pCtrlStck;
SfxItemSet aChrSet,aParSet;
};
@@ -125,8 +125,8 @@ friend class SwWW8ImplReader;
bool PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNextStyle);
void PostStyle(SwWW8StyInf &rSI, bool bOldNoImp);
- WW8RStyle(const WW8RStyle&) SAL_DELETED_FUNCTION;
- WW8RStyle& operator=(const WW8RStyle&) SAL_DELETED_FUNCTION;
+ WW8RStyle(const WW8RStyle&) = delete;
+ WW8RStyle& operator=(const WW8RStyle&) = delete;
public:
WW8RStyle( WW8Fib& rFib, SwWW8ImplReader* pI );
void Import();
@@ -137,7 +137,7 @@ public:
class WW8FlySet: public SfxItemSet
{
private:
- const WW8FlySet& operator=(const WW8FlySet&) SAL_DELETED_FUNCTION;
+ const WW8FlySet& operator=(const WW8FlySet&) = delete;
void Init(const SwWW8ImplReader& rReader, const SwPaM* pPaM);
public:
WW8FlySet(SwWW8ImplReader& rReader, const WW8FlyPara* pFW,