[Libreoffice-commits] core.git: sw/source

David Tardon dtardon at redhat.com
Tue Jan 13 01:28:25 PST 2015


 sw/source/core/inc/flyfrms.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 8dd900b698054b1bd11fbe8ec35bce55cd2b3720
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Jan 13 10:27:23 2015 +0100

    SwFlyLayFrm is already indirectly derived from noncopyable
    
    Change-Id: Ic64b56a55d43efed8920eb1662fb9b6a5a2b5e14

diff --git a/sw/source/core/inc/flyfrms.hxx b/sw/source/core/inc/flyfrms.hxx
index 82b1b96..489e475 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#


More information about the Libreoffice-commits mailing list