summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww1
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-26 22:55:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-27 15:27:58 +0100
commitba93d01a1f779524a6fc26a94a6108063aaa357d (patch)
tree27398f6ce326e4e75719e6c876bb0432195adb29 /sw/source/filter/ww1
parentff1950e9f4f622d800aeea2390ecd75961a1db89 (diff)
drop dubious copy ctor and use boost::noncopyable
Diffstat (limited to 'sw/source/filter/ww1')
-rw-r--r--sw/source/filter/ww1/fltshell.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sw/source/filter/ww1/fltshell.cxx b/sw/source/filter/ww1/fltshell.cxx
index 891a62706a39..c2feb63cf588 100644
--- a/sw/source/filter/ww1/fltshell.cxx
+++ b/sw/source/filter/ww1/fltshell.cxx
@@ -102,17 +102,6 @@ SwFltStackEntry::SwFltStackEntry(const SwPosition& rStartPos, SfxPoolItem* pHt)
bConsumedByField = sal_False;
}
-SwFltStackEntry::SwFltStackEntry(const SwFltStackEntry& rEntry)
- : m_aMkPos(rEntry.m_aMkPos)
- , m_aPtPos(rEntry.m_aPtPos)
-{
- pAttr = rEntry.pAttr->Clone();
- bOld = rEntry.bOld;
- bLocked = bCopied = sal_True; // when rEntry were NOT bLocked we would never have been called
- bConsumedByField = rEntry.bConsumedByField;
-}
-
-
SwFltStackEntry::~SwFltStackEntry()
{
// Attribut kam zwar als Pointer, wird aber hier geloescht