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 /include/oox | |
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 'include/oox')
-rw-r--r-- | include/oox/core/filterbase.hxx | 4 | ||||
-rw-r--r-- | include/oox/drawingml/shape.hxx | 8 |
2 files changed, 0 insertions, 12 deletions
diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx index 790d8d94b436..8bb995b2f7f0 100644 --- a/include/oox/core/filterbase.hxx +++ b/include/oox/core/filterbase.hxx @@ -131,10 +131,6 @@ public: const css::uno::Reference< css::frame::XFrame >& getTargetFrame() const; - /// Returns the parent shape to load into (if any) - const css::uno::Reference< css::drawing::XShape >& - getParentShape() const; - /** Returns the status indicator (may be null). */ const css::uno::Reference< css::task::XStatusIndicator >& getStatusIndicator() const; diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index 0311b705fce6..4940a90c3977 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -181,14 +181,6 @@ public: FillProperties& rShapeOrParentShapeFillProps, ShapeIdMap* pShapeMap = nullptr ); - void addChildren( - ::oox::core::XmlFilterBase& rFilterBase, - const Theme* pTheme, - const css::uno::Reference< css::drawing::XShapes >& rxShapes, - basegfx::B2DHomMatrix const & aTransformation ); - - void setXShape( const css::uno::Reference< css::drawing::XShape >& rXShape ) - { mxShape = rXShape; }; const css::uno::Reference< css::drawing::XShape > & getXShape() const { return mxShape; } |