summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterBitmapContainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterBitmapContainer.cxx')
-rw-r--r--sdext/source/presenter/PresenterBitmapContainer.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sdext/source/presenter/PresenterBitmapContainer.cxx b/sdext/source/presenter/PresenterBitmapContainer.cxx
index 1422ac3509dc..ed452c7df904 100644
--- a/sdext/source/presenter/PresenterBitmapContainer.cxx
+++ b/sdext/source/presenter/PresenterBitmapContainer.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -83,7 +83,7 @@ PresenterBitmapContainer::PresenterBitmapContainer (
mxPresenterHelper(rxPresenterHelper)
{
Initialize(rxComponentContext);
-
+
// Get access to the configuration.
PresenterConfigurationAccess aConfiguration (
rxComponentContext,
@@ -174,7 +174,7 @@ void PresenterBitmapContainer::LoadBitmaps (
if ( ! rxBitmapList.is())
return;
-
+
try
{
// Load all button bitmaps.
@@ -370,7 +370,7 @@ PresenterBitmapContainer::BitmapDescriptor::BitmapDescriptor (void)
mxMaskBitmap()
{
}
-
+
@@ -430,19 +430,19 @@ css::uno::Reference<css::rendering::XBitmap>
case Normal:
default:
return mxNormalBitmap;
-
+
case MouseOver:
if (mxMouseOverBitmap.is())
return mxMouseOverBitmap;
else if (bMissingDefaultsToNormal)
return mxNormalBitmap;
-
+
case ButtonDown:
if (mxButtonDownBitmap.is())
return mxButtonDownBitmap;
else if (bMissingDefaultsToNormal)
return mxNormalBitmap;
-
+
case Disabled:
if (mxDisabledBitmap.is())
return mxDisabledBitmap;