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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/PreviewRenderer.hxx b/sd/source/ui/inc/PreviewRenderer.hxx
index 515918491b3c..ec7c5fadcadc 100644
--- a/sd/source/ui/inc/PreviewRenderer.hxx
+++ b/sd/source/ui/inc/PreviewRenderer.hxx
@@ -51,7 +51,7 @@ public:
OutputDevice* pTemplate = NULL,
const bool bPaintFrame = true);
- virtual ~PreviewRenderer (void);
+ virtual ~PreviewRenderer();
/** Render a page with the given pixel size.
Use this version when only the width of the preview is known to the
@@ -139,12 +139,12 @@ private:
const SdPage* pPage,
const Size& rPixelSize,
const bool bObeyHighContrastMode);
- void Cleanup (void);
+ void Cleanup();
void PaintPage (
const SdPage* pPage,
const bool bDisplayPresentationObjects);
void PaintSubstitutionText (const OUString& rSubstitutionText);
- void PaintFrame (void);
+ void PaintFrame();
/** Set up the map mode so that the given page is renderer into a bitmap
with the specified width.