summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-06-24 09:34:40 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-06-24 10:02:32 +0200
commit1d1c0632d2de3180abaa9782404c0aea1f1b30af (patch)
tree5b31c12abbcfb18d884d86badd46ab3f74cbbbad /sw/inc
parentf25ee3ce07b942b5b8ec3d24d05ac4037f1cb9d0 (diff)
SwViewShell::PrtOle2: take a vcl::RenderContext
Change-Id: I0d56649cf322b7769f77ccd99be367cd813570ea
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/viewsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index cb7f1a399442..e2ea4b542c2d 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -365,7 +365,7 @@ public:
// Printing for OLE 2.0.
static void PrtOle2( SwDoc *pDoc, const SwViewOption *pOpt, const SwPrintData& rOptions,
- OutputDevice* pOleOut, const Rectangle& rRect );
+ vcl::RenderContext& rRenderContext, const Rectangle& rRect );
// Fill temporary doc with selected text for Print or PDF export.
SwDoc * FillPrtDoc( SwDoc* pPrtDoc, const SfxPrinter* pPrt );