diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-16 14:40:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-16 14:40:33 +0200 |
commit | 3f4ea7a6477c9314fd4b407035b56e7669527bf4 (patch) | |
tree | f37e7ac73cceb0265fb7f8d944dac87939bc9174 /sw/inc/doc.hxx | |
parent | dd00b2311a6d4dd381512e95ffe00dc5845dcaed (diff) |
rtl::Reference fits just fine here
Change-Id: If06465ebad4083b8cdcd102ed0bbc6f61e78410f
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index ee48178b2b00..7554ebf70277 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -60,7 +60,6 @@ class SwList; #include <sfx2/objsh.hxx> #include <svl/style.hxx> #include <editeng/numitem.hxx> -#include <comphelper/implementationreference.hxx> #include <com/sun/star/chart2/data/XDataProvider.hpp> #include <com/sun/star/linguistic2/XProofreadingIterator.hpp> #include <com/sun/star/script/vba/XVBAEventProcessor.hpp> @@ -365,9 +364,7 @@ class SW_DLLPUBLIC SwDoc : SwModify *mpUnoCallBack; IGrammarContact *mpGrammarContact; //< for grammar checking in paragraphs during editing - mutable comphelper::ImplementationReference< SwChartDataProvider - , ::com::sun::star::chart2::data::XDataProvider > - maChartDataProviderImplRef; + mutable rtl::Reference<SwChartDataProvider> maChartDataProviderImplRef; SwChartLockController_Helper *mpChartControllerHelper; // table of forbidden characters of this document |