summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 15:47:38 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 15:47:38 +0000
commit1537dac94376abb152caf5c16d292f20dcf520e3 (patch)
treea3baa8c95c036fc7ccc5abcc94c354b88394386b /toolkit
parent9c2dec22625afee522b6b511404ce6c6de928d9c (diff)
INTEGRATION: CWS dba22 (1.68.14); FILE MERGED
2004/12/29 11:11:51 fs 1.68.14.1: #i34551# vertical alignment
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/unocontrols.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx
index fd76d1f309c9..8efbe1e197c6 100644
--- a/toolkit/source/controls/unocontrols.cxx
+++ b/toolkit/source/controls/unocontrols.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrols.cxx,v $
*
- * $Revision: 1.68 $
+ * $Revision: 1.69 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-22 11:36:46 $
+ * last change: $Author: kz $ $Date: 2005-01-21 16:47:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -804,6 +804,7 @@ UnoControlButtonModel::UnoControlButtonModel()
ImplRegisterProperty( BASEPROPERTY_FOCUSONCLICK );
ImplRegisterProperty( BASEPROPERTY_MULTILINE );
ImplRegisterProperty( BASEPROPERTY_ALIGN );
+ ImplRegisterProperty( BASEPROPERTY_VERTICALALIGN );
osl_incrementInterlockedCount( &m_refCount );
{
@@ -1105,6 +1106,7 @@ UnoControlRadioButtonModel::UnoControlRadioButtonModel()
ImplRegisterProperty( BASEPROPERTY_MULTILINE );
ImplRegisterProperty( BASEPROPERTY_BACKGROUNDCOLOR );
ImplRegisterProperty( BASEPROPERTY_ALIGN );
+ ImplRegisterProperty( BASEPROPERTY_VERTICALALIGN );
}
::rtl::OUString UnoControlRadioButtonModel::getServiceName() throw(::com::sun::star::uno::RuntimeException)
@@ -1348,6 +1350,7 @@ UnoControlCheckBoxModel::UnoControlCheckBoxModel()
ImplRegisterProperty( BASEPROPERTY_MULTILINE );
ImplRegisterProperty( BASEPROPERTY_BACKGROUNDCOLOR );
ImplRegisterProperty( BASEPROPERTY_ALIGN );
+ ImplRegisterProperty( BASEPROPERTY_VERTICALALIGN );
}
::rtl::OUString UnoControlCheckBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeException)
@@ -1565,6 +1568,7 @@ UnoControlFixedTextModel::UnoControlFixedTextModel()
ImplRegisterProperty( BASEPROPERTY_MULTILINE );
ImplRegisterProperty( BASEPROPERTY_PRINTABLE );
ImplRegisterProperty( BASEPROPERTY_TABSTOP );
+ ImplRegisterProperty( BASEPROPERTY_VERTICALALIGN );
}
::rtl::OUString UnoControlFixedTextModel::getServiceName() throw(::com::sun::star::uno::RuntimeException)