diff options
author | Noel Grandin <noel@peralex.com> | 2013-03-19 15:36:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-03-20 07:32:48 +0200 |
commit | 70e7bd63adda4c17a47fd7caeacdf5b91ace6157 (patch) | |
tree | 22e2ba35c38d477efa0809cfc2db659b633c66f8 /xmloff | |
parent | 32fe9ef796a92e5eaf3dc21fad15761b96500501 (diff) |
fdo#46808, Convert text::AutoTextContainer to new style
Change-Id: Ia33419c4d8cf633b572627edf57c926099d698e5
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventExport.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventImport.cxx | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventExport.cxx b/xmloff/source/text/XMLAutoTextEventExport.cxx index 945b815d0cbe..95e28fb9e7d0 100644 --- a/xmloff/source/text/XMLAutoTextEventExport.cxx +++ b/xmloff/source/text/XMLAutoTextEventExport.cxx @@ -60,9 +60,6 @@ using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::xml::sax::XDocumentHandler; -const sal_Char sAPI_AutoText[] = "com.sun.star.text.AutoTextContainer"; - - XMLAutoTextEventExport::XMLAutoTextEventExport( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext, sal_uInt16 nFlags diff --git a/xmloff/source/text/XMLAutoTextEventImport.cxx b/xmloff/source/text/XMLAutoTextEventImport.cxx index 875b29a6eb25..0f6b43ca75c6 100644 --- a/xmloff/source/text/XMLAutoTextEventImport.cxx +++ b/xmloff/source/text/XMLAutoTextEventImport.cxx @@ -46,10 +46,6 @@ using ::com::sun::star::lang::XMultiServiceFactory; using ::xmloff::token::IsXMLToken; using ::xmloff::token::XML_AUTO_TEXT_EVENTS; -const sal_Char sAPI_AutoText[] = "com.sun.star.text.AutoTextContainer"; - - -// #110680# XMLAutoTextEventImport::XMLAutoTextEventImport( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext) throw() : SvXMLImport(xContext) |