diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-11 13:59:41 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-11 13:59:41 +0200 |
commit | 7fcbcc4b70c1e905e6cdd08ab79ea8ebd0720a5b (patch) | |
tree | 4fbe5377aeff23233492e0d2e68845bba7ded7c6 /toolkit/inc | |
parent | 9c18a3edd46fcff26b0fb3f2c583f3200c283154 (diff) |
dba34b: during #i112779#: don't hold an extra BitmapEx in ImageControl, use base classes Image instead
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/awt/vclxwindows.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxwindows.hxx b/toolkit/inc/toolkit/awt/vclxwindows.hxx index fb110cb74391..0e597779342e 100644 --- a/toolkit/inc/toolkit/awt/vclxwindows.hxx +++ b/toolkit/inc/toolkit/awt/vclxwindows.hxx @@ -121,7 +121,7 @@ private: Image maImage; protected: - BitmapEx GetBitmap() const { return maImage.GetBitmapEx(); } + const Image& GetImage() const { return maImage; } protected: // ::com::sun::star::awt::XWindow |