summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-21 12:02:40 +0200
committerNoel Grandin <noel@peralex.com>2013-05-21 13:53:20 +0200
commitd4d16d8a27517930bdc9e9a308da287d367dd622 (patch)
tree5c37e8317dd85c2a9d93eab152133512d9c1408e /include
parent823377b707fda94222a99b6710363f392fd9e4dd (diff)
fdo#46808, Remove unnecessary XMultiServiceFactory member
.. and associated methods Change-Id: Iec01b4615decc1616e405166088d7d1d844ac0ae
Diffstat (limited to 'include')
-rw-r--r--include/oox/core/filterbase.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx
index 6f4fc40499c7..cfd9354499f7 100644
--- a/include/oox/core/filterbase.hxx
+++ b/include/oox/core/filterbase.hxx
@@ -117,10 +117,6 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >&
getComponentContext() const;
- /** Returns the multi service factory of the component (always existing). */
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >&
- getServiceFactory() const;
-
/** Returns the document model (always existing). */
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >&
getModel() const;