summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2011-11-24 18:58:42 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2011-11-24 21:14:02 +0400
commit2ebe5c9e8adafd51285a3e38e109631ed8f9cf3d (patch)
treebec6c76b0926c439920f8261bd5215fe35d04625 /sw
parentefdcb1692b48612fb7ad95f6385e7372fc06d891 (diff)
remove private copy ctor, base class SwClient is noncopyable
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/frame.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index d331a8b10152..7e4a389007f1 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: