From c576a5c48353c0b5432d5ef918bfd14f6d7fd100 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Sat, 24 Mar 2012 01:01:49 +0100 Subject: Remove unused code in xmloff. --- xmloff/inc/xmloff/xmlerror.hxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/xmloff/xmlerror.hxx b/xmloff/inc/xmloff/xmlerror.hxx index 46595f6737a8..b5fbbd855556 100644 --- a/xmloff/inc/xmloff/xmlerror.hxx +++ b/xmloff/inc/xmloff/xmlerror.hxx @@ -143,18 +143,6 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator> & rLocator); /// location - void AddRecord( - sal_Int32 nId, /// error ID == error flags + error class + error number - const ::com::sun::star::uno::Sequence< - ::rtl::OUString> & rParams, /// parameters for error message - const ::rtl::OUString& rExceptionMessage); /// original exception string - - void AddRecord( - sal_Int32 nId, /// error ID == error flags + error class + error number - const ::com::sun::star::uno::Sequence< - ::rtl::OUString> & rParams); /// parameters for error message - - /** * throw a SAXParseException that describes the first error that matches * the given mask -- cgit