summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 14:44:17 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 14:44:17 +0000
commit3964c86557e3ea0d3fe8c13e015ab8e22800d777 (patch)
tree1e25e83c655c0c7489df2b40a53f8b1466037b25
parentc53790372aabc587b7f70e22868b48894f545382 (diff)
INTEGRATION: CWS frmcontrols04 (1.35.38); FILE MERGED
2004/06/16 04:31:15 fs 1.35.38.3: RESYNC: (1.36-1.37); FILE MERGED 2004/03/31 12:37:28 dv 1.35.38.2: RESYNC: (1.35-1.36); FILE MERGED 2004/03/30 08:08:16 dv 1.35.38.1: #i26046# Replaced GetImage with GetModeImage
-rw-r--r--basctl/source/basicide/baside2b.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 5eca7963e5e1..ca9eb8f271c8 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside2b.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: obo $ $Date: 2004-05-28 14:33:32 $
+ * last change: $Author: obo $ $Date: 2004-07-05 15:44:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1432,7 +1432,7 @@ WatchWindow::WatchWindow( Window* pParent ) :
BMP_COLOR_HIGHCONTRAST);
aRemoveWatchButton.SetClickHdl( LINK( this, WatchWindow, ButtonHdl ) );
aRemoveWatchButton.SetPosPixel( Point( nTextLen + aXEdit.GetSizePixel().Width() + 4, 2 ) );
- Size aSz( aRemoveWatchButton.GetImage().GetSizePixel() );
+ Size aSz( aRemoveWatchButton.GetModeImage().GetSizePixel() );
aSz.Width() += 6;
aSz.Height() += 6;
aRemoveWatchButton.SetSizePixel( aSz );
@@ -1597,7 +1597,7 @@ StackWindow::StackWindow( Window* pParent ) :
aGotoCallButton.SetClickHdl( LINK( this, StackWindow, ButtonHdl ) );
aGotoCallButton.SetPosPixel( Point( DWBORDER, 2 ) );
- Size aSz( aGotoCallButton.GetImage().GetSizePixel() );
+ Size aSz( aGotoCallButton.GetModeImage().GetSizePixel() );
aSz.Width() += 6;
aSz.Height() += 6;
aGotoCallButton.SetSizePixel( aSz );