diff options
Diffstat (limited to 'unotools/source/config/xmlaccelcfg.cxx')
-rw-r--r-- | unotools/source/config/xmlaccelcfg.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unotools/source/config/xmlaccelcfg.cxx b/unotools/source/config/xmlaccelcfg.cxx index 86c9e54add1d..89379c58cfa3 100644 --- a/unotools/source/config/xmlaccelcfg.cxx +++ b/unotools/source/config/xmlaccelcfg.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <unotools/xmlaccelcfg.hxx> #include <vector> @@ -27,7 +26,6 @@ using namespace com::sun::star::uno; using namespace com::sun::star::xml::sax; - #define ELEMENT_ACCELERATORLIST "acceleratorlist" #define ELEMENT_ACCELERATORITEM "item" @@ -91,7 +89,6 @@ void SAL_CALL OReadAccelatorDocumentHandler::endDocument(void) } } - void SAL_CALL OReadAccelatorDocumentHandler::startElement( const OUString& aElementName, const Reference< XAttributeList > &xAttrList ) throw( SAXException, RuntimeException, std::exception ) @@ -151,13 +148,11 @@ throw( SAXException, RuntimeException, std::exception ) } } - void SAL_CALL OReadAccelatorDocumentHandler::characters(const OUString&) throw( SAXException, RuntimeException, std::exception ) { } - void SAL_CALL OReadAccelatorDocumentHandler::endElement( const OUString& aName ) throw( SAXException, RuntimeException, std::exception ) { |