diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-18 09:37:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-21 10:20:31 +0200 |
commit | e18b08363a939b35e7f5dc435e606d2c62bddebd (patch) | |
tree | 6318e03a67fd2dfbbd29b88b3de36ad7e9fd6292 /include/oox | |
parent | 20ff8cc5c3534d149b18b9776ab964324e70fdfd (diff) |
loplugin:unusedmethods
Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623
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; |