sw/inc/doc.hxx |    9 ---------
 1 file changed, 9 deletions(-)

New commits:
commit dfa1173e55580923be283e32f2f5dcacbaed028b
Author: Valentin Kettner <vakevk+libreoff...@gmail.com>
Date:   Tue Jun 10 14:25:10 2014 +0200

    Removed unneeded includes in doc.hxx .
    
    Also removed two members which I forgot to delete after refactoring
    IDocumentChartDataProviderAccess.
    
    Change-Id: Iaba35ff6ec45c4019ca36a2bb1ef8a9206c598d3

diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index c28624d..ad58225 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -54,13 +54,9 @@ class SwList;
 #include <chcmprse.hxx>
 #include <com/sun/star/linguistic2/XSpellChecker1.hpp>
 #include <com/sun/star/linguistic2/XHyphenatedWord.hpp>
-#include <rtl/ref.hxx>
-#include <svx/svdtypes.hxx>
 #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,11 +361,6 @@ 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;
-    SwChartLockController_Helper  *mpChartControllerHelper;
-
     // table of forbidden characters of this document
     rtl::Reference<SvxForbiddenCharactersTable> mxForbiddenCharsTable;
     com::sun::star::uno::Reference< 
com::sun::star::script::vba::XVBAEventProcessor > mxVbaEvents;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to