From 7602c2b3c4c0b0fbf3b7ae1aca80e3f6e1d57b58 Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Mon, 25 May 2009 09:47:54 +0000 Subject: remove warnings --- basctl/source/basicide/basicrenderable.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/basicrenderable.cxx b/basctl/source/basicide/basicrenderable.cxx index 175404d0dd25..58c4aa849d81 100644 --- a/basctl/source/basicide/basicrenderable.cxx +++ b/basctl/source/basicide/basicrenderable.cxx @@ -68,7 +68,7 @@ Printer* BasicRenderable::getPrinter ( const Sequence& i_ } sal_Int32 SAL_CALL BasicRenderable::getRendererCount ( - const Any& i_rSelection, const Sequence& i_xOptions + const Any&, const Sequence& i_xOptions ) throw (lang::IllegalArgumentException, RuntimeException) { sal_Int32 nCount = 0; @@ -85,7 +85,7 @@ sal_Int32 SAL_CALL BasicRenderable::getRendererCount ( } Sequence SAL_CALL BasicRenderable::getRenderer ( - sal_Int32 nRenderer, const Any& rSelection, const Sequence& i_xOptions + sal_Int32, const Any&, const Sequence& i_xOptions ) throw (lang::IllegalArgumentException, RuntimeException) { Sequence< beans::PropertyValue > aVals; @@ -108,7 +108,7 @@ Sequence SAL_CALL BasicRenderable::getRenderer ( } void SAL_CALL BasicRenderable::render ( - sal_Int32 nRenderer, const Any& rSelection, + sal_Int32 nRenderer, const Any&, const Sequence& i_xOptions ) throw (lang::IllegalArgumentException, RuntimeException) { -- cgit