summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/msfilter.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/inc/msfilter.hxx
parent6e26cc140bf0254a88a1d4c6e82cbaee39ced418 (diff)
loplugin:deletedspecial
Change-Id: Ia2b137e0167966a3d0b60f3c642a106834da8f1c
Diffstat (limited to 'sw/source/filter/inc/msfilter.hxx')
-rw-r--r--sw/source/filter/inc/msfilter.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx
index 4b9e916b415b..dec1cc891b10 100644
--- a/sw/source/filter/inc/msfilter.hxx
+++ b/sw/source/filter/inc/msfilter.hxx
@@ -364,8 +364,7 @@ namespace sw
explicit SetInDocAndDelete(SwDoc &rDoc) : mrDoc(rDoc) {}
void operator()(SwFltStackEntry *pEntry);
private:
- //No assignment
- SetInDocAndDelete& operator=(const SetInDocAndDelete&);
+ SetInDocAndDelete& operator=(const SetInDocAndDelete&) SAL_DELETED_FUNCTION;
};
/**
@@ -384,8 +383,7 @@ namespace sw
pEntry->SetEndPos(mrPos);
}
private:
- //No assignment
- SetEndIfOpen& operator=(const SetEndIfOpen&);
+ SetEndIfOpen& operator=(const SetEndIfOpen&) SAL_DELETED_FUNCTION;
};
/**