summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2009-12-11 11:36:28 +0100
committerThomas Lange [tl] <tl@openoffice.org>2009-12-11 11:36:28 +0100
commit466a6474b0f79bfddeb242552a5b88a9ae42b7b0 (patch)
tree2034d26c1dcbddd00cbf6ea61156d86135299087 /sw/source/ui
parent9195c2b45eb5488e939bb88281d45cb45fbe4861 (diff)
parentfe74c5cb8d987483b67cfa153102e16d7dc95a96 (diff)
merge
Diffstat (limited to 'sw/source/ui')
-rwxr-xr-xsw/source/ui/uno/unotxdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 4c3a86b97dce..1917228b347b 100755
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -2678,7 +2678,7 @@ sal_Int32 SAL_CALL SwXTextDocument::getRendererCount(
if (!m_pPrintUIOptions)
m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView );
bool bFormat = m_pPrintUIOptions->processPropertiesAndCheckFormat( rxOptions );
- const bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport );
+ // const bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport );
SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport );
DBG_ASSERT( pDoc && pView, "doc or view shell missing!" );