diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-18 10:21:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-18 11:26:34 +0200 |
commit | 94546ae88d26facac1809a47a89a1bff866694e6 (patch) | |
tree | 679dd88f0a19b5e18465f6a1b2bc2a6818fda541 /reportdesign/inc | |
parent | 32694db4bf90d58ed35987f3c56793a1530fb3d2 (diff) |
rtl::Reference fits just fine here
Change-Id: I354b546654e665607d9be0d65f6327fabb5694de
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/RptObject.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx index 443f53328870..d9c8ea449c98 100644 --- a/reportdesign/inc/RptObject.hxx +++ b/reportdesign/inc/RptObject.hxx @@ -32,8 +32,6 @@ #include <svx/svdocirc.hxx> #include <svx/svdogrp.hxx> #include <svx/svdoashp.hxx> -#include <comphelper/implementationreference.hxx> - namespace rptui { @@ -72,7 +70,7 @@ class OPropertyMediator; class REPORTDESIGN_DLLPUBLIC OObjectBase { public: - typedef ::comphelper::ImplementationReference<OPropertyMediator,::com::sun::star::beans::XPropertyChangeListener> TMediator; + typedef rtl::Reference<OPropertyMediator> TMediator; protected: mutable TMediator m_xMediator; |