summaryrefslogtreecommitdiff
path: root/sw/inc/printdata.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-19 11:23:19 +0200
committerNoel Grandin <noel@peralex.com>2015-03-23 09:42:22 +0200
commita84c07509d9051084684987ad5ec47631afd50e5 (patch)
treeb9366fc0852114c933aed2dc2c1b9fb018bc7f20 /sw/inc/printdata.hxx
parentfd68059586246f415a5fa6637fafad1ac9293e92 (diff)
loplugin:constantfunction: sw
Change-Id: Ife8ccbe4625d87d1e3314c75604cb3d947011680
Diffstat (limited to 'sw/inc/printdata.hxx')
-rw-r--r--sw/inc/printdata.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/printdata.hxx b/sw/inc/printdata.hxx
index 95a5c2a63190..eed52d0a881f 100644
--- a/sw/inc/printdata.hxx
+++ b/sw/inc/printdata.hxx
@@ -190,12 +190,10 @@ public:
bool IsPrintWithBlackTextColor() const { return getBoolValue( "PrintBlackFonts", m_rDefaultPrintData.bPrintBlackFont ); }
sal_Int16 GetPrintPostItsType() const { return static_cast< sal_Int16 >(getIntValue( "PrintAnnotationMode", m_rDefaultPrintData.nPrintPostIts )); }
bool IsPaperFromSetup() const { return getBoolValue( "PrintPaperFromSetup", m_rDefaultPrintData.bPaperFromSetup ); }
- bool IsPrintReverse() const { return false; /*handled by print dialog now*/ }
bool IsPrintLeftPages() const;
bool IsPrintRightPages() const;
bool IsPrintEmptyPages( bool bIsPDFExport ) const;
- bool IsPrintTables() const;
bool IsPrintGraphics() const;
bool IsPrintDrawings() const;
};