diff options
author | David Tardon <dtardon@redhat.com> | 2015-01-13 10:27:23 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-01-13 10:27:23 +0100 |
commit | 8dd900b698054b1bd11fbe8ec35bce55cd2b3720 (patch) | |
tree | 58b24073ec7457090604d1c12412c1e1be9d2703 /sw/source | |
parent | 482c57264708f783e70667fb1ac2d641cd25114a (diff) |
SwFlyLayFrm is already indirectly derived from noncopyable
Change-Id: Ic64b56a55d43efed8920eb1662fb9b6a5a2b5e14
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/inc/flyfrms.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/core/inc/flyfrms.hxx b/sw/source/core/inc/flyfrms.hxx index 82b1b96eab7a..489e475a056e 100644 --- a/sw/source/core/inc/flyfrms.hxx +++ b/sw/source/core/inc/flyfrms.hxx @@ -21,8 +21,6 @@ #include <sal/config.h> -#include <boost/noncopyable.hpp> - #include "flyfrm.hxx" // #i28701# @@ -123,7 +121,7 @@ public: }; // Flys that are bound to LayoutFrms and not to Cntnt -class SwFlyLayFrm : public SwFlyFreeFrm, private boost::noncopyable +class SwFlyLayFrm : public SwFlyFreeFrm { public: // #i28701# |