summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/source/unoapi_property_testers.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/unoapi_property_testers.cxx b/test/source/unoapi_property_testers.cxx
index e84ab8d7e7ab..08fde5ebd5d0 100644
--- a/test/source/unoapi_property_testers.cxx
+++ b/test/source/unoapi_property_testers.cxx
@@ -40,7 +40,7 @@ void testBooleanProperty(uno::Reference<beans::XPropertySet>& xPropertySet, cons
}
void testLongProperty(uno::Reference<beans::XPropertySet>& xPropertySet, const OUString& name,
- const sal_Int32& nValue = 42)
+ const sal_Int32& nValue)
{
uno::Any aNewValue;
@@ -60,7 +60,7 @@ void testLongProperty(uno::Reference<beans::XPropertySet>& xPropertySet, const O
}
void testShortProperty(uno::Reference<beans::XPropertySet>& xPropertySet, const OUString& name,
- const sal_Int16& nValue = 42)
+ const sal_Int16& nValue)
{
uno::Any aNewValue;