summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-05-25 09:47:54 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-05-25 09:47:54 +0000
commit7602c2b3c4c0b0fbf3b7ae1aca80e3f6e1d57b58 (patch)
treed649926dbf4db17911c0479b12ffa0d41b10049d /basctl
parent5b99d44a1176b803e1db3e0bfa23fb63105e703a (diff)
remove warnings
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basicrenderable.cxx6
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)
{