summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-10 22:26:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-11 11:55:04 +0000
commit328e09955a612b8bcd6962f8af1b5dfb7272871a (patch)
tree61579837ac6ee0976d7d671e1120eeee2cf78489 /xmloff
parent6ddb02bad568be58c8728a40c43b81232c1ca4a0 (diff)
callcatcher: remove some unused code
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLAutoTextEventExport.cxx15
-rw-r--r--xmloff/source/text/XMLAutoTextEventExport.hxx18
2 files changed, 0 insertions, 33 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventExport.cxx b/xmloff/source/text/XMLAutoTextEventExport.cxx
index f83570e70ba4..690f4dcefc72 100644
--- a/xmloff/source/text/XMLAutoTextEventExport.cxx
+++ b/xmloff/source/text/XMLAutoTextEventExport.cxx
@@ -84,25 +84,10 @@ XMLAutoTextEventExport::XMLAutoTextEventExport(
{
}
-XMLAutoTextEventExport::XMLAutoTextEventExport(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
- const OUString& rFileName,
- const Reference<XDocumentHandler> & rHandler,
- const Reference<XModel> & rModel,
- const Reference<XNameAccess> & rEvents,
- sal_uInt16 /*nFlags*/ )
-: SvXMLExport( xServiceFactory, rFileName, rHandler, rModel, FUNIT_INCH),
- xEvents(rEvents),
- sEventType(RTL_CONSTASCII_USTRINGPARAM("EventType")),
- sNone(RTL_CONSTASCII_USTRINGPARAM("None"))
-{
-}
-
XMLAutoTextEventExport::~XMLAutoTextEventExport()
{
}
-
void XMLAutoTextEventExport::initialize(
const Sequence<Any> & rArguments )
throw(uno::Exception, uno::RuntimeException)
diff --git a/xmloff/source/text/XMLAutoTextEventExport.hxx b/xmloff/source/text/XMLAutoTextEventExport.hxx
index 28cb956dee7e..f77e892a02f1 100644
--- a/xmloff/source/text/XMLAutoTextEventExport.hxx
+++ b/xmloff/source/text/XMLAutoTextEventExport.hxx
@@ -65,28 +65,10 @@ class XMLAutoTextEventExport : public SvXMLExport
public:
- // #110680#
- //XMLAutoTextEventExport();
XMLAutoTextEventExport(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, sal_uInt16 nFlags
);
- // #110680#
- //XMLAutoTextEventExport(
- // const ::rtl::OUString& rFileName,
- // const ::com::sun::star::uno::Reference<
- // ::com::sun::star::xml::sax::XDocumentHandler > & rHandler,
- // const ::com::sun::star::uno::Reference<
- // ::com::sun::star::frame::XModel > & rModel,
- // const ::com::sun::star::uno::Reference<
- // ::com::sun::star::container::XNameAccess > & rEvents);
- XMLAutoTextEventExport(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
- const ::rtl::OUString& rFileName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > & rHandler,
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & rModel,
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > & rEvents, sal_uInt16 nFlags);
-
~XMLAutoTextEventExport();
// XInitialization