diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:38:55 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:38:55 +0000 |
commit | 443bd03a04b12a7474beb002442bd843970bb067 (patch) | |
tree | 0720962ecc908c972704b2f1bd8a2e11d0cb7904 /framework | |
parent | 92dbaca7430304af98c009aa5829eafecda93ebc (diff) |
INTEGRATION: CWS odkaddonexample (1.2.8); FILE MERGED
2006/05/16 09:00:16 cd 1.2.8.1: #i65428# Support missing complex toolbar controls
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/imagebuttontoolbarcontroller.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uielement/imagebuttontoolbarcontroller.cxx b/framework/source/uielement/imagebuttontoolbarcontroller.cxx index f9d4ee8e93fa..04afaedc9542 100644 --- a/framework/source/uielement/imagebuttontoolbarcontroller.cxx +++ b/framework/source/uielement/imagebuttontoolbarcontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: imagebuttontoolbarcontroller.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2006-05-08 15:19:09 $ + * last change: $Author: ihi $ $Date: 2006-08-01 09:38:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -170,7 +170,7 @@ ImageButtonToolbarController::ImageButtonToolbarController( Image aImage = AddonsOptions().GetImageFromURL( aCommand, bBigImages, bHiContrast, sal_True ); - // Height will be controlled by WB_AUTOSIZE + // Height will be controlled by scaling according to button height m_pToolbar->SetItemImage( m_nID, aImage ); } |