summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/PreviewRenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/PreviewRenderer.hxx')
-rw-r--r--sd/source/ui/inc/PreviewRenderer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/PreviewRenderer.hxx b/sd/source/ui/inc/PreviewRenderer.hxx
index 38830c4ccdaa..2db35ea5a988 100644
--- a/sd/source/ui/inc/PreviewRenderer.hxx
+++ b/sd/source/ui/inc/PreviewRenderer.hxx
@@ -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 @@ public:
rendered in high contrast mode.
*/
Image RenderPage (
- const SdPage* pPage,
+ const SdPage* pPage,
const sal_Int32 nWidth,
const String& sSubstitutionText,
const bool bObeyHighContrastMode = true);
@@ -104,7 +104,7 @@ public:
rendered in high contrast mode.
*/
Image RenderPage (
- const SdPage* pPage,
+ const SdPage* pPage,
const Size aPreviewPixelSize,
const String& sSubstitutionText,
const bool bObeyHighContrastMode = true);
@@ -117,7 +117,7 @@ public:
Image RenderSubstitution (
const Size& rPreviewPixelSize,
const String& sSubstitutionText);
-
+
/** Scale the given bitmap by keeping its aspect ratio to the desired
width. Add a frame to it afterwards.
*/