Kaydet (Commit) 8dd900b6 authored tarafından David Tardon's avatar David Tardon

SwFlyLayFrm is already indirectly derived from noncopyable

Change-Id: Ic64b56a55d43efed8920eb1662fb9b6a5a2b5e14
üst 482c5726
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include <sal/config.h> #include <sal/config.h>
#include <boost/noncopyable.hpp>
#include "flyfrm.hxx" #include "flyfrm.hxx"
// #i28701# // #i28701#
...@@ -123,7 +121,7 @@ public: ...@@ -123,7 +121,7 @@ public:
}; };
// Flys that are bound to LayoutFrms and not to Cntnt // Flys that are bound to LayoutFrms and not to Cntnt
class SwFlyLayFrm : public SwFlyFreeFrm, private boost::noncopyable class SwFlyLayFrm : public SwFlyFreeFrm
{ {
public: public:
// #i28701# // #i28701#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment