summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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);