From 09d6c9a395b8849e3e09c694282a1446b786bf80 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Tue, 21 Dec 2010 19:33:34 +0100 Subject: CWS swlayoutrefactoring: #i115510#: use boost::noncopyable for SwClient; move some code from client iterations into SwClientNotify calls --- sw/inc/swcrsr.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sw/inc/swcrsr.hxx') 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; -- cgit