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/oox | |
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/oox')
-rw-r--r-- | include/oox/export/drawingml.hxx | 1 | ||||
-rw-r--r-- | include/oox/helper/graphichelper.hxx | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx index bd445df24fd8..33c301285a27 100644 --- a/include/oox/export/drawingml.hxx +++ b/include/oox/export/drawingml.hxx @@ -204,7 +204,6 @@ public: void WriteGraphicCropProperties(css::uno::Reference<css::beans::XPropertySet> const & rxPropertySet, Size const & rOriginalSize, MapMode const & rMapMode); - void WriteSrcRect( const css::uno::Reference< css::beans::XPropertySet >&, const OUString& ); void WriteSrcRectXGraphic(css::uno::Reference<css::beans::XPropertySet> const & rxPropertySet, css::uno::Reference<css::graphic::XGraphic> const & rxGraphic); diff --git a/include/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx index 2127d3ec57f4..84450c2a61b6 100644 --- a/include/oox/helper/graphichelper.hxx +++ b/include/oox/helper/graphichelper.hxx @@ -143,14 +143,6 @@ public: const css::uno::Reference< css::io::XInputStream >& rxInStrm, const WmfExternal* pExtHeader ) const; - /** Creates a persistent graphic object from the passed binary memory block. - @return The URL of the created and internally cached graphic object. */ - OUString importGraphicObject( const StreamDataSequence& rGraphicData ) const; - - /** Imports a graphic object from the storage stream with the passed path and name. - @return The URL of the created and internally cached graphic object. */ - OUString importEmbeddedGraphicObject( const OUString& rStreamName ) const; - /** calculates the original size of a graphic which is necessary to be able to calculate cropping values @return The original Graphic size in 100thmm */ css::awt::Size getOriginalSize( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic ) const; |