summaryrefslogtreecommitdiffstats
path: root/sfx2/source/inc/preview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/preview.hxx')
-rw-r--r--sfx2/source/inc/preview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/preview.hxx b/sfx2/source/inc/preview.hxx
index f40b4974d33b..890d9b2298df 100644
--- a/sfx2/source/inc/preview.hxx
+++ b/sfx2/source/inc/preview.hxx
@@ -45,7 +45,7 @@ public:
: SfxPreviewBase_Impl(pParent, nStyle)
{}
- static void ImpPaint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect, GDIMetaFile* pFile);
+ static void ImpPaint(vcl::RenderContext& rRenderContext, GDIMetaFile* pFile);
};
#endif