diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-08-06 06:54:44 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-08-06 06:54:44 +0000 |
commit | 5e5910641f4c4d94106f2ff65a98eb4ae79c1d4d (patch) | |
tree | 78ef7675d94f0350107d9afcfa3e156de28d3d73 /toolkit | |
parent | 7611e3cc799dda884886fd0cc511e686d80b88f8 (diff) |
#90554# missing break
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 7ed615ea75cd..5c7c748eaf8a 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxwindows.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: mt $ $Date: 2001-07-26 12:24:37 $ + * last change: $Author: fs $ $Date: 2001-08-06 07:54:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -288,6 +288,7 @@ void VCLXButton::setProperty( const ::rtl::OUString& PropertyName, const ::com:: ((PushButton*)pButton)->SetState( (TriState)n ); } } + break; case BASEPROPERTY_IMAGEALIGN: { if ( GetWindow()->GetType() == WINDOW_PUSHBUTTON ) |