diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-05-25 09:47:54 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-05-25 09:47:54 +0000 |
commit | 7602c2b3c4c0b0fbf3b7ae1aca80e3f6e1d57b58 (patch) | |
tree | d649926dbf4db17911c0479b12ffa0d41b10049d | |
parent | 5b99d44a1176b803e1db3e0bfa23fb63105e703a (diff) |
remove warnings
-rw-r--r-- | basctl/source/basicide/basicrenderable.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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<beans::PropertyValue >& i_ } sal_Int32 SAL_CALL BasicRenderable::getRendererCount ( - const Any& i_rSelection, const Sequence<beans::PropertyValue >& i_xOptions + const Any&, const Sequence<beans::PropertyValue >& i_xOptions ) throw (lang::IllegalArgumentException, RuntimeException) { sal_Int32 nCount = 0; @@ -85,7 +85,7 @@ sal_Int32 SAL_CALL BasicRenderable::getRendererCount ( } Sequence<beans::PropertyValue> SAL_CALL BasicRenderable::getRenderer ( - sal_Int32 nRenderer, const Any& rSelection, const Sequence<beans::PropertyValue>& i_xOptions + sal_Int32, const Any&, const Sequence<beans::PropertyValue>& i_xOptions ) throw (lang::IllegalArgumentException, RuntimeException) { Sequence< beans::PropertyValue > aVals; @@ -108,7 +108,7 @@ Sequence<beans::PropertyValue> SAL_CALL BasicRenderable::getRenderer ( } void SAL_CALL BasicRenderable::render ( - sal_Int32 nRenderer, const Any& rSelection, + sal_Int32 nRenderer, const Any&, const Sequence<beans::PropertyValue>& i_xOptions ) throw (lang::IllegalArgumentException, RuntimeException) { |