summaryrefslogtreecommitdiff
path: root/include/oox/drawingml
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 11:37:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 12:53:59 +0200
commit4cc0b82103e0b1d28a3ada59974aac0e7da18083 (patch)
tree23dba82b06aaea6a7ea62432fc002f73229fbbde /include/oox/drawingml
parent9297aa2c08bdcdf7bf7c132fd908cd8a4cb0fae1 (diff)
loplugin:checkunusedparams in oox
Change-Id: I95bce82654bd0da7ed76ebd22b107b870ed15a1f Reviewed-on: https://gerrit.libreoffice.org/37144 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/drawingml')
-rw-r--r--include/oox/drawingml/shape.hxx4
-rw-r--r--include/oox/drawingml/shapepropertymap.hxx2
2 files changed, 2 insertions, 4 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index b908046458a6..6591ebc3b8d1 100644
--- a/include/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
@@ -181,8 +181,7 @@ public:
::oox::core::XmlFilterBase& rFilterBase,
const Theme* pTheme,
const css::uno::Reference< css::drawing::XShapes >& rxShapes,
- basegfx::B2DHomMatrix& aTransformation,
- const css::awt::Rectangle* pShapeRect = nullptr );
+ basegfx::B2DHomMatrix& aTransformation );
void setXShape( const css::uno::Reference< css::drawing::XShape >& rXShape )
{ mxShape = rXShape; };
@@ -230,7 +229,6 @@ protected:
Shape& rMaster,
const Theme* pTheme,
const css::uno::Reference< css::drawing::XShapes >& rxShapes,
- const css::awt::Rectangle& rClientRect,
ShapeIdMap* pShapeMap,
const basegfx::B2DHomMatrix& aTransformation );
diff --git a/include/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx
index 3d793a4ee143..382b77b56810 100644
--- a/include/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
@@ -137,7 +137,7 @@ private:
/** Sets an explicit fill bitmap URL, or creates a named fill bitmap URL. */
bool setFillBitmapUrl( sal_Int32 nPropId, const css::uno::Any& rValue );
/** Sets an explicit fill bitmap URL and pushes the name to FillBitmapName */
- bool setFillBitmapNameFromUrl( sal_Int32 nPropId, const css::uno::Any& rValue );
+ bool setFillBitmapNameFromUrl( const css::uno::Any& rValue );
// not implemented, to prevent implicit conversion from enum to int
css::uno::Any& operator[]( ShapeProperty ePropId ) = delete;