summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 12:39:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 12:39:17 +0000
commit9ba468b5d3c787fb1d386fe859770fba5f4c6379 (patch)
tree5a50d93a65240a128e938e470aefd4cefad85e22
parentf68c8a142e53120000d69d457076d6eed00cdf63 (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.
-rw-r--r--sdext/source/presenter/PresenterButton.hxx9
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 (