summaryrefslogtreecommitdiff
path: root/include/sax
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-16 10:58:22 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-18 07:15:48 +0100
commit291e846db9840b9f82bc28e495b54ae5ac51d0fc (patch)
tree95d49b4430ce572143cf12818c3ee0d693e1b6ff /include/sax
parent562b21949f4ed986d11270bd6203741487795343 (diff)
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
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/fastparser.hxx3
1 files changed, 0 insertions, 3 deletions
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);