summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unotxdoc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 14:14:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 08:31:04 +0200
commit90f94f399e20945d53b20ab3eb1bc29bb7774135 (patch)
treef4de5747106b593547e8f6b97cef82287f007efe /sw/source/uibase/uno/unotxdoc.cxx
parent8dcb8c9105c2fb5d2b28af60c7072f1fd6e8d0c2 (diff)
loplugin:checkunusedparams in sw(part1)
Change-Id: I4847b0f96033016e020212fb8d7331309db25b55 Reviewed-on: https://gerrit.libreoffice.org/37287 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/uno/unotxdoc.cxx')
-rw-r--r--sw/source/uibase/uno/unotxdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx
index e2f1cf7d9aac..316054ad2d1e 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -2604,7 +2604,7 @@ sal_Int32 SAL_CALL SwXTextDocument::getRendererCount(
if (nPostItMode != SwPostItMode::NONE)
{
SwDoc::UpdatePagesForPrintingWithPostItData( *m_pRenderData,
- *m_pPrintUIOptions, bIsPDFExport, nPageCount );
+ *m_pPrintUIOptions, nPageCount );
}
nRet = m_pRenderData->GetPagesToPrint().size();