summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 13:11:11 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 13:11:11 +0000
commitb3b4d7aaff50b839f156a736e5178632569d1635 (patch)
tree3713ddd452412b467442485fe4a20d68ad789b2c /toolkit
parent84bdbf0d6705c3491fda531c85c3a32e96b6010d (diff)
INTEGRATION: CWS tbe21 (1.69.18); FILE MERGED
2005/02/25 13:25:29 tbe 1.69.18.1: #i42907# missing control properties in xml im-/export for dialogs
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/unocontrols.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx
index 8efbe1e197c6..52f33e716334 100644
--- a/toolkit/source/controls/unocontrols.cxx
+++ b/toolkit/source/controls/unocontrols.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrols.cxx,v $
*
- * $Revision: 1.69 $
+ * $Revision: 1.70 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 16:47:38 $
+ * last change: $Author: kz $ $Date: 2005-03-18 14:11:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -808,7 +808,7 @@ UnoControlButtonModel::UnoControlButtonModel()
osl_incrementInterlockedCount( &m_refCount );
{
- setFastPropertyValue_NoBroadcast( BASEPROPERTY_IMAGEALIGN, ImplGetDefaultValue( BASEPROPERTY_IMAGEALIGN ) );
+ setFastPropertyValue_NoBroadcast( BASEPROPERTY_IMAGEPOSITION, ImplGetDefaultValue( BASEPROPERTY_IMAGEPOSITION ) );
// this ensures that our ImagePosition is consistent with our ImageAlign property (since both
// defaults are not per se consistent), since both are coupled in setFastPropertyValue_NoBroadcast
}