summaryrefslogtreecommitdiff
path: root/sw/inc/swcrsr.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-12-21 19:33:34 +0100
committerMathias Bauer <mba@openoffice.org>2010-12-21 19:33:34 +0100
commit09d6c9a395b8849e3e09c694282a1446b786bf80 (patch)
tree2679219635044f2ce5fba49309555db74432b002 /sw/inc/swcrsr.hxx
parent3144cdca91c66439f241ba972904632900f86022 (diff)
CWS swlayoutrefactoring: #i115510#: use boost::noncopyable for SwClient; move some code from client iterations into SwClientNotify calls
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r--sw/inc/swcrsr.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index f81f2e263b82..362763fff220 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -95,11 +95,7 @@ public:
// @@@ semantic: no copy ctor.
SwCursor( SwCursor& rCpy);
-private:
- // forbidden and not implemented.
- //SwCursor( const SwCursor& );
- // @@@ used e.g. in core/frmedt/fetab.cxx @@@
- // SwCursor & operator= ( const SwCursor& );
+
public:
virtual SwCursor* Create( SwPaM* pRing = 0 ) const;