[Libreoffice-commits] .: sw/source

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Thu Nov 24 09:17:06 PST 2011


 sw/source/core/inc/frame.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 2ebe5c9e8adafd51285a3e38e109631ed8f9cf3d
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Thu Nov 24 18:58:42 2011 +0400

    remove private copy ctor, base class SwClient is noncopyable

diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index d331a8b..7e4a389 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -354,8 +354,6 @@ class SwFrm: public SwClient, public SfxBroadcaster
     SwFrm* _GetIndNext();
     void SetDirFlags( sal_Bool bVert );
 
-    SwFrm( SwFrm & );       //Kopieren ist nicht erlaubt.
-
     const SwLayoutFrm* ImplGetNextLayoutLeaf( bool bFwd ) const;
 
 protected:


More information about the Libreoffice-commits mailing list