[Libreoffice-commits] .: oox/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Mon May 9 11:47:56 PDT 2011


 oox/source/drawingml/shape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd9ac453d0e6ffdf17bb3094cea661a226190d31
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon May 9 13:47:45 2011 -0500

    WaE un-used parameter

diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index d5d8c95..efece8d 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -256,7 +256,7 @@ Reference< XShape > Shape::createAndInsert(
         const rtl::OUString& rServiceName,
         const Theme* pTheme,
         const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
-        const awt::Rectangle* pShapeRect,
+        const awt::Rectangle* /* pShapeRect */,
         sal_Bool bClearText,
         basegfx::B2DHomMatrix& aParentTransformation )
 {


More information about the Libreoffice-commits mailing list