summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-03 09:06:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-03 12:18:17 +0000
commit56d5a48099165dabb72eb3a2655c2eb503684f1c (patch)
treea492fbaff7c7f7253ad59a535e73479fdd641dfa /xmloff/inc
parenteaefa688bfff0f73992c84496d4ce89e16ac3550 (diff)
callcatcher: drop unused methods
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmloff/xmlimp.hxx20
-rw-r--r--xmloff/inc/xmloff/xmluconv.hxx3
2 files changed, 0 insertions, 23 deletions
diff --git a/xmloff/inc/xmloff/xmlimp.hxx b/xmloff/inc/xmloff/xmlimp.hxx
index 498aed4e52ae..eb8b950ee867 100644
--- a/xmloff/inc/xmloff/xmlimp.hxx
+++ b/xmloff/inc/xmloff/xmlimp.hxx
@@ -197,26 +197,9 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
sal_uInt16 nImportFlags = IMPORT_ALL ) throw();
- // #110680#
- //SvXMLImport( const ::com::sun::star::uno::Reference<
- // ::com::sun::star::frame::XModel > & ) throw();
- SvXMLImport(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & ) throw();
-
- // #110680#
- //SvXMLImport( const ::com::sun::star::uno::Reference<
- // ::com::sun::star::frame::XModel > &,
- // const ::com::sun::star::uno::Reference< ::com::sun::star::document::XGraphicObjectResolver > & ) throw();
- SvXMLImport(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > &,
- const ::com::sun::star::uno::Reference< ::com::sun::star::document::XGraphicObjectResolver > & ) throw();
-
virtual ~SvXMLImport() throw();
static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId() throw();
- static SvXMLImport* getImplementation( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > ) throw();
// ::com::sun::star::xml::sax::XDocumentHandler
virtual void SAL_CALL startDocument(void)
@@ -396,9 +379,6 @@ public:
const rtl::OUString& rMsg3,
const rtl::OUString& rMsg4 );
- /** return list of errors */
- XMLErrors* GetErrors();
-
/** return current error flags */
sal_uInt16 GetErrorFlags() { return mnErrorFlags; }
diff --git a/xmloff/inc/xmloff/xmluconv.hxx b/xmloff/inc/xmloff/xmluconv.hxx
index 2f822def8342..003fe8c8e021 100644
--- a/xmloff/inc/xmloff/xmluconv.hxx
+++ b/xmloff/inc/xmloff/xmluconv.hxx
@@ -189,9 +189,6 @@ public:
sal_Bool setNullDate (
const com::sun::star::uno::Reference <com::sun::star::frame::XModel>& xModel);
- /** Set the Null Date of the UnitConverter */
- void setNullDate ( const com::sun::star::util::Date& aTempNullDate );
-
/** convert double to ISO Date Time String */
void convertDateTime( ::rtl::OUStringBuffer& rBuffer,
const double& fDateTime,