diff options
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/fastparser.hxx | 7 | ||||
-rw-r--r-- | include/oox/core/xmlfilterbase.hxx | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/include/oox/core/fastparser.hxx b/include/oox/core/fastparser.hxx index 497bb0029166..311eefa0b290 100644 --- a/include/oox/core/fastparser.hxx +++ b/include/oox/core/fastparser.hxx @@ -75,13 +75,6 @@ public: void parseStream( StorageBase& rStorage, const OUString& rStreamName, bool bCloseStream = false ) throw( css::xml::sax::SAXException, css::io::IOException, css::uno::RuntimeException ); - OUString getNamespaceURL( const OUString& rPrefix ) - throw( css::lang::IllegalArgumentException, css::uno::RuntimeException ); - - bool hasNamespaceURL( const OUString& rPrefix ) const; - - sal_Int32 getNamespaceId( const OUString& aUrl ); - css::uno::Reference< css::xml::sax::XFastTokenHandler > getTokenHandler() const { return mxTokenHandler; } diff --git a/include/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx index a93a50802e0d..6dc4c3b83e99 100644 --- a/include/oox/core/xmlfilterbase.hxx +++ b/include/oox/core/xmlfilterbase.hxx @@ -220,12 +220,6 @@ public: */ XmlFilterBase& exportDocumentProperties( css::uno::Reference< css::document::XDocumentProperties > xProperties ); - OUString getNamespaceURL( const OUString& rPrefix ); - - bool hasNamespaceURL( const OUString& rPrefix ) const; - - sal_Int32 getNamespaceId( const OUString& rUrl ); - void importDocumentProperties(); FastParser* createParser() const; |