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, 1 insertions, 5 deletions
diff --git a/sd/source/ui/inc/PreviewRenderer.hxx b/sd/source/ui/inc/PreviewRenderer.hxx
index 1a62df6be844..004dc228d68e 100644
--- a/sd/source/ui/inc/PreviewRenderer.hxx
+++ b/sd/source/ui/inc/PreviewRenderer.hxx
@@ -41,15 +41,11 @@ class PreviewRenderer
public:
/** Create a new preview renderer that takes some of its initial values
from the given output device.
- @param pTemplate
- May be NULL.
@param bPaintFrame
When <TRUE/> (the default) then a frame is painted around the
preview. This makes the actual preview smaller.
*/
- PreviewRenderer (
- OutputDevice* pTemplate = nullptr,
- const bool bPaintFrame = true);
+ PreviewRenderer(const bool bPaintFrame = true);
virtual ~PreviewRenderer();