diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 16:04:50 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 16:05:04 +0100 |
commit | 71eb11b3f78765ae1a06eeb7c94a0a38a71eab71 (patch) | |
tree | 27863ad3e297db4f2de5ba2b1054fdffe0f6e994 /xmloff/source/text | |
parent | e133940670eb1b113b445bbc1dd74547a8acd648 (diff) |
Remove dead code
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventExport.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventExport.cxx b/xmloff/source/text/XMLAutoTextEventExport.cxx index ddbe3853beba..a0f40f108abb 100644 --- a/xmloff/source/text/XMLAutoTextEventExport.cxx +++ b/xmloff/source/text/XMLAutoTextEventExport.cxx @@ -37,11 +37,7 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> - #include <com/sun/star/uno/Exception.hpp> - -// #110680# -//#include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> #include "xmlnmspe.hxx" #include <xmloff/nmspmap.hxx> @@ -53,8 +49,6 @@ using namespace ::com::sun::star; using namespace ::xmloff::token; -// #110680# -// using ::comphelper::getProcessServiceFactory; using ::rtl::OUString; using ::rtl::OUStringBuffer; using ::std::set; @@ -77,7 +71,6 @@ using ::com::sun::star::xml::sax::XDocumentHandler; const sal_Char sAPI_AutoText[] = "com.sun.star.text.AutoTextContainer"; -// #110680# XMLAutoTextEventExport::XMLAutoTextEventExport( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, sal_uInt16 nFlags @@ -88,7 +81,6 @@ XMLAutoTextEventExport::XMLAutoTextEventExport( { } -// #110680# XMLAutoTextEventExport::XMLAutoTextEventExport( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, const OUString& rFileName, @@ -262,8 +254,6 @@ Reference< XInterface > SAL_CALL XMLAutoTextEventExport_createInstance( const Reference< XMultiServiceFactory > & rSMgr) throw( Exception ) { - // #110680# - // return (cppu::OWeakObject*)new XMLAutoTextEventExport; return (cppu::OWeakObject*)new XMLAutoTextEventExport(rSMgr, EXPORT_ALL|EXPORT_OASIS); } @@ -287,8 +277,6 @@ Reference< XInterface > SAL_CALL XMLAutoTextEventExportOOO_createInstance( const Reference< XMultiServiceFactory > & rSMgr) throw( Exception ) { - // #110680# - // return (cppu::OWeakObject*)new XMLAutoTextEventExport; return (cppu::OWeakObject*)new XMLAutoTextEventExport(rSMgr,EXPORT_ALL); } |