Kaydet (Commit) 28177b61 authored tarafından Miklos Vajna's avatar Miklos Vajna

error: direct base 'boost::noncopyable' inaccessible due to ambiguity

Change-Id: I3d2d530ebdb3341956e9b7a3c1f22b621a52deff
üst 3f177756
......@@ -60,7 +60,7 @@ using namespace lang;
using namespace container;
using namespace ::svx;
class OAddFieldWindowListBox: public SvTreeListBox, private boost::noncopyable
class OAddFieldWindowListBox: public SvTreeListBox
{
OAddFieldWindow* m_pTabWin;
......
......@@ -82,7 +82,6 @@ typedef ::svt::EditBrowseBox OFieldExpressionControl_Base;
typedef ::cppu::WeakImplHelper1< container::XContainerListener > TContainerListenerBase;
class OFieldExpressionControl : public TContainerListenerBase
,public OFieldExpressionControl_Base
,private boost::noncopyable
{
::osl::Mutex m_aMutex;
::std::vector<sal_Int32> m_aGroupPositions;
......
......@@ -111,7 +111,6 @@ class NavigatorTree : public ::cppu::BaseMutex
, public reportdesign::ITraverseReport
, public comphelper::OSelectionChangeListener
, public ::comphelper::OPropertyChangeListener
, private boost::noncopyable
{
class UserData;
friend class UserData;
......
......@@ -68,7 +68,6 @@ namespace rptui
\************************************************************************/
class ConditionalFormattingDialog :public ModalDialog
,public IConditionalFormatAction
,private ::boost::noncopyable
{
typedef ::boost::shared_ptr< Condition > ConditionPtr;
typedef ::std::vector< ConditionPtr > Conditions;
......
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