Kaydet (Commit) 8e67a779 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Suppress implicit OObjectBase copy ctor

(that would choke on incomplete OPropertyMediator type used in rtl::Reference)

Change-Id: I61dec2847d9ff387dca247d2d554c8f8f3147379
üst 65b5d1a3
......@@ -20,6 +20,8 @@
#define INCLUDED_REPORTDESIGN_INC_RPTOBJECT_HXX
#include "dllapi.h"
#include <boost/noncopyable.hpp>
#include <svx/svdoole2.hxx>
#include <svx/svdouno.hxx>
......@@ -67,7 +69,7 @@ typedef ::std::multimap< sal_Int16, OUString, ::std::less< sal_Int16 > > IndexTo
class OReportPage;
class OPropertyMediator;
class REPORTDESIGN_DLLPUBLIC OObjectBase
class REPORTDESIGN_DLLPUBLIC OObjectBase: private boost::noncopyable
{
public:
typedef rtl::Reference<OPropertyMediator> TMediator;
......
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