summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/SlideRenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/presenter/SlideRenderer.hxx')
-rw-r--r--sd/source/ui/presenter/SlideRenderer.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/presenter/SlideRenderer.hxx b/sd/source/ui/presenter/SlideRenderer.hxx
index ddeb211608f6..e5a715ea1e34 100644
--- a/sd/source/ui/presenter/SlideRenderer.hxx
+++ b/sd/source/ui/presenter/SlideRenderer.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
@@ -64,13 +64,13 @@ public:
// XInitialization
-
+
virtual void SAL_CALL initialize (const css::uno::Sequence<css::uno::Any>& rArguments)
throw (css::uno::Exception, css::uno::RuntimeException);
-
+
// XSlideRenderer
-
+
virtual css::uno::Reference<css::awt::XBitmap> SAL_CALL createPreview (
const ::css::uno::Reference<css::drawing::XDrawPage>& rxSlide,
const css::awt::Size& rMaximumPreviewPixelSize,
@@ -88,7 +88,7 @@ public:
double nSlideAspectRatio,
const css::awt::Size& rMaximumPreviewPixelSize)
throw (css::uno::RuntimeException);
-
+
private:
PreviewRenderer maPreviewRenderer;