diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-06-06 22:19:38 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-06-06 22:21:57 +0100 |
commit | 29c101fe68ad1794744ec576f9d020eb56bba4cd (patch) | |
tree | 2ef2f99728bc4843e458398384e63281d35995f5 /include | |
parent | 3fe227a65de7bd4aae803dcff6802824c624bd09 (diff) |
use a transparent graphic for the OLE2 image, and spell 'Empty' correctly.
Change-Id: I94fbe74b6febede4819851dfa78690507b04f4f7
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdoole2.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdoole2.hxx b/include/svx/svdoole2.hxx index ee5542c90def..92b4ad55476d 100644 --- a/include/svx/svdoole2.hxx +++ b/include/svx/svdoole2.hxx @@ -181,8 +181,8 @@ public: sal_Bool CalculateNewScaling( Fraction& aScaleWidth, Fraction& aScaleHeight, Size& aObjAreaSize ); sal_Bool AddOwnLightClient(); - // handy to get the empty replacement bitmap without accessing all the old stuff - static Bitmap GetEmtyOLEReplacementBitmap(); + // handy to get the empty replacement graphic without accessing all the old stuff + static Graphic GetEmptyOLEReplacementGraphic(); void SetWindow(const com::sun::star::uno::Reference < com::sun::star::awt::XWindow >& _xWindow); |