summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLAutoTextEventImport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-02-04 13:20:48 +0200
committerNoel Grandin <noel@peralex.com>2013-02-12 10:14:43 +0200
commita6a8a8707b6ae111f94bac094d3c2909f523ca6f (patch)
tree402b668480b3106df0d3055cff037c8a768a419c /xmloff/source/text/XMLAutoTextEventImport.hxx
parentfdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new style (diff)
downloadcore-a6a8a8707b6ae111f94bac094d3c2909f523ca6f.tar.gz
core-a6a8a8707b6ae111f94bac094d3c2909f523ca6f.zip
fdo#46808, convert xmloff module code to use XComponentContext
with lots of repurcussions in other modules Change-Id: I6982671eecc701b06cf85d93533e1fe618044fea
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventImport.hxx')
-rw-r--r--xmloff/source/text/XMLAutoTextEventImport.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventImport.hxx b/xmloff/source/text/XMLAutoTextEventImport.hxx
index a18501ccf6a1..ec4de83c9d2b 100644
--- a/xmloff/source/text/XMLAutoTextEventImport.hxx
+++ b/xmloff/source/text/XMLAutoTextEventImport.hxx
@@ -45,10 +45,8 @@ class XMLAutoTextEventImport : public SvXMLImport
::com::sun::star::container::XNameReplace> xEvents;
public:
- // #110680#
- // XMLAutoTextEventImport() throw();
XMLAutoTextEventImport(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext
) throw();
~XMLAutoTextEventImport() throw();