diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-07 13:42:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-08 08:44:32 +0100 |
commit | bb7ade140df807b6a0f12766a1365b8f8d0fd342 (patch) | |
tree | d90de305c953a613373d27f8f89bb95c43ee9eb4 /include/xmloff | |
parent | 44d5188b2fd8afc82aa8fda1ad4b374734129aea (diff) |
loplugin:unusedmethods
Change-Id: Id6b4edd265cb6bef31c72e2a0a440211d51c7c33
Reviewed-on: https://gerrit.libreoffice.org/50900
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlexp.hxx | 5 | ||||
-rw-r--r-- | include/xmloff/xmlimp.hxx | 8 |
2 files changed, 0 insertions, 13 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index cfea8a19a5e9..b225a932dd86 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -467,11 +467,6 @@ public: bool AddEmbeddedXGraphicAsBase64(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic); bool GetGraphicMimeTypeFromStream(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic, OUString & rOutMimeType); - css::uno::Reference<css::io::XInputStream> GetEmbeddedGraphicObjectStream( - const OUString& rGraphicObjectURL); - bool AddEmbeddedGraphicObjectAsBase64( - const OUString& rGraphicObjectURL ); - OUString AddEmbeddedObject( const OUString& rEmbeddedObjectURL ); bool AddEmbeddedObjectAsBase64( diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 691d3e704b54..3f6f3bd504ce 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -571,14 +571,6 @@ public: */ sal_uInt16 getGeneratorVersion() const; - /** If true, the URL for graphic shapes may be stored as a package URL and - loaded later (on demand) by the application. Otherwise graphics are - loaded immediately and the graphic shape gets the graphic manager URL. - - @see <member>mbIsGraphicLoadOnDemandSupported</member> - */ - bool isGraphicLoadOnDemandSupported() const { return mbIsGraphicLoadOnDemandSupported;} - /** Returns true if the embedded font document URL has already been processed. Otherwise returns false and consequent calls with the same URL will return true. |