diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-07 16:10:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-08 07:38:13 +0100 |
commit | 8355de8778d67464fb654c37f9c120561da31a28 (patch) | |
tree | 62e4c935583cfe3a0ab600418d0aba6f0f591131 /oox/inc | |
parent | 906f8e89370cc71215ade869d7bfc2d489343f64 (diff) |
loplugin:unusedmethods
Change-Id: Id5cddc6d85e227f18d10d7af6a8d4b25c40ab9f3
Reviewed-on: https://gerrit.libreoffice.org/63026
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/diagram/diagram.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/oox/inc/drawingml/diagram/diagram.hxx b/oox/inc/drawingml/diagram/diagram.hxx index a528668c08b4..73431815dadb 100644 --- a/oox/inc/drawingml/diagram/diagram.hxx +++ b/oox/inc/drawingml/diagram/diagram.hxx @@ -42,12 +42,6 @@ void loadDiagram( ShapePtr const & pShape, const OUString& rColorStylePath, const oox::core::Relations& rRelations ); -void loadDiagram( const ShapePtr& pShape, - core::XmlFilterBase& rFilter, - const css::uno::Reference< css::xml::dom::XDocument>& rXDataModelDom, - const css::uno::Reference< css::xml::dom::XDocument>& rXLayoutDom, - const css::uno::Reference< css::xml::dom::XDocument>& rXQStyleDom, - const css::uno::Reference< css::xml::dom::XDocument>& rXColorStyleDom ); } } #endif |