summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-02-07 13:06:08 +0100
committerCarsten Driesner <cd@openoffice.org>2011-02-07 13:06:08 +0100
commitc39a5bda38b3af9ac6d964e6dff598e93121798a (patch)
tree9d681cb52e370b67568ec49a3175b0f6a1a3b509 /vcl/workben
parentdc67e8e277d6ca8c3422cba0672157e461f9cc18 (diff)
parent99ff7a9fb521895d6ba18ca4ca92d7eb0c3524fd (diff)
removetooltypes01: Rebase to DEV300m99
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/svpclient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx
index 605ca1fe5fa2..f35946fb1129 100644
--- a/vcl/workben/svpclient.cxx
+++ b/vcl/workben/svpclient.cxx
@@ -291,7 +291,7 @@ IMPL_LINK( MyWin, SelectHdl, ListBox*, )
aFixedSize.Width() += 10;
aFixedSize.Height() += 10;
m_aImage.SetSizePixel( aFixedSize );
- m_aImage.SetBitmap( BitmapEx( aBitmap ) );
+ m_aImage.SetImage( Image( BitmapEx( aBitmap ) ) );
}
return 0;
}