diff options
author | Malte Timmermann <mt@openoffice.org> | 2002-09-06 07:33:33 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2002-09-06 07:33:33 +0000 |
commit | 0ce044fa3831462cac9a149f6ba3628e9198949e (patch) | |
tree | dc385be13ffab1dd2982a4efbb348823c674b636 | |
parent | 308e03fce532d69ae979ddafeac82d0da9f0f8e8 (diff) |
#86566# re-create peer when property ORIENTATION changes
-rw-r--r-- | toolkit/source/controls/unocontrol.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx index 122a8f8dc6c7..ebd3f3e922c3 100644 --- a/toolkit/source/controls/unocontrol.cxx +++ b/toolkit/source/controls/unocontrol.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unocontrol.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: mt $ $Date: 2002-09-03 13:09:19 $ + * last change: $Author: mt $ $Date: 2002-09-06 08:33:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -424,6 +424,7 @@ void UnoControl::propertiesChange( const Sequence< PropertyChangeEvent >& rEvent ( nPType == BASEPROPERTY_DROPDOWN ) || ( nPType == BASEPROPERTY_HSCROLL ) || ( nPType == BASEPROPERTY_VSCROLL ) || + ( nPType == BASEPROPERTY_ORIENTATION ) || ( nPType == BASEPROPERTY_SPIN ) || ( nPType == BASEPROPERTY_ALIGN ) ) { |