diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:39:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:39:17 +0000 |
commit | 9ba468b5d3c787fb1d386fe859770fba5f4c6379 (patch) | |
tree | 5a50d93a65240a128e938e470aefd4cefad85e22 /sdext/source/presenter | |
parent | f68c8a142e53120000d69d457076d6eed00cdf63 (diff) |
INTEGRATION: CWS presenterfixes (1.2.4); FILE MERGED
2008/06/05 15:11:39 af 1.2.4.1: #i90407# Use vertical offset of frame bitmaps.
Diffstat (limited to 'sdext/source/presenter')
-rw-r--r-- | sdext/source/presenter/PresenterButton.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterButton.hxx b/sdext/source/presenter/PresenterButton.hxx index cb2178c8a2bf..72cc3923f1ac 100644 --- a/sdext/source/presenter/PresenterButton.hxx +++ b/sdext/source/presenter/PresenterButton.hxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterButton.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -166,9 +166,10 @@ private: const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, const css::geometry::IntegerSize2D& rSize, const PresenterTheme::SharedFontDescriptor& rFont, - const css::uno::Reference<css::rendering::XBitmap>& rxLeft, - const css::uno::Reference<css::rendering::XBitmap>& rxCenter, - const css::uno::Reference<css::rendering::XBitmap>& rxRight); + const PresenterBitmapDescriptor::Mode eMode, + const SharedBitmapDescriptor& rpLeft, + const SharedBitmapDescriptor& rpCenter, + const SharedBitmapDescriptor& rpRight); css::geometry::IntegerSize2D CalculateButtonSize (void); void Invalidate (void); css::uno::Reference<css::rendering::XBitmap> GetBitmap ( |