From 291e846db9840b9f82bc28e495b54ae5ac51d0fc Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 16 Dec 2013 10:58:22 +0100 Subject: sax: various clean up. Move _getFactory next to the implementation. Use more anonymous namespaces, de-duplicate code, bin some comments. Makes the library smaller. Change-Id: Id0cefdcaa72a74741303fc27e36038488ef8b059 --- include/sax/fastparser.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/sax') diff --git a/include/sax/fastparser.hxx b/include/sax/fastparser.hxx index afd5add88b00..83fbe9df7fa7 100644 --- a/include/sax/fastparser.hxx +++ b/include/sax/fastparser.hxx @@ -52,9 +52,6 @@ public: FastSaxParser(); virtual ~FastSaxParser(); - // The implementation details - static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static(void); - // XFastParser virtual void SAL_CALL parseStream( const ::com::sun::star::xml::sax::InputSource& aInputSource ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setFastDocumentHandler( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastDocumentHandler >& Handler ) throw (::com::sun::star::uno::RuntimeException); -- cgit v1.2.3