summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrolcontainermodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/unocontrolcontainermodel.cxx')
-rw-r--r--toolkit/source/controls/unocontrolcontainermodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrolcontainermodel.cxx b/toolkit/source/controls/unocontrolcontainermodel.cxx
index 9198e8f7f0ad..342c4626bc26 100644
--- a/toolkit/source/controls/unocontrolcontainermodel.cxx
+++ b/toolkit/source/controls/unocontrolcontainermodel.cxx
@@ -68,7 +68,7 @@ css::uno::Any UnoControlContainerModel::ImplGetDefaultValue( sal_uInt16 nPropId
if ( nPropId == BASEPROPERTY_BORDER )
aDefault <<= (sal_Int16) 0;
else
- aDefault <<= UnoControlModel::ImplGetDefaultValue( nPropId );
+ aDefault = UnoControlModel::ImplGetDefaultValue( nPropId );
return aDefault;
}