summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-21 11:05:42 +0200
committerNoel Grandin <noel@peralex.com>2013-05-21 13:53:19 +0200
commit2750fe97c5a2c5b374542e3383dfc75ec099c7af (patch)
treeb06b1ff1f4fc20462a04f20b77aa79e47e5d4613 /sc/inc/document.hxx
parent13c73a1b358934d7ffac6a6275c4e9d399b7d4eb (diff)
fdo#46808, Convert some XMultiServiceFactory to XComponentContext
and remove unnecessarily storing the global XComponentContext Change-Id: Ifb230b88661fea38d96a9d7f0994f92b9632ef79
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index f5d34144e8ab..427ab2c0af67 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -232,7 +232,6 @@ friend class ScDocumentImport;
typedef ::std::vector<ScTable*> TableContainer;
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceManager;
rtl::Reference<ScPoolHelper> xPoolHelper;
@@ -433,9 +432,6 @@ public:
SfxObjectShell* pDocShell = NULL );
SC_DLLPUBLIC ~ScDocument();
- inline ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
- GetServiceManager() const { return xServiceManager; }
-
SC_DLLPUBLIC const OUString& GetName() const { return aDocName; }
void SetName( const OUString& r ) { aDocName = r; }
const OUString& GetCodeName() const { return aDocCodeName; }