summaryrefslogtreecommitdiff
path: root/unotools/source/config/printwarningoptions.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-07 13:47:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-07 13:47:22 +0200
commit732c19b8f39c9bf3c5a23affa27895e3dd3dccbf (patch)
tree23c32c72b36ebd5957547dcae3714df373f2ef6c /unotools/source/config/printwarningoptions.cxx
parent2addd7f17a9d799042ef18992ad29b582de3d6d6 (diff)
Clean up unused functions
Change-Id: Ic1ba88f99c3e0de0761a28b8ff0ca2e9416aecec
Diffstat (limited to 'unotools/source/config/printwarningoptions.cxx')
-rw-r--r--unotools/source/config/printwarningoptions.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/config/printwarningoptions.cxx b/unotools/source/config/printwarningoptions.cxx
index 40faa76f5f42..8f7bfc5fcc2a 100644
--- a/unotools/source/config/printwarningoptions.cxx
+++ b/unotools/source/config/printwarningoptions.cxx
@@ -67,13 +67,11 @@ public:
bool IsPaperSize() const { return m_bPaperSize; }
bool IsPaperOrientation() const { return m_bPaperOrientation; }
- bool IsNotFound() const { return m_bNotFound; }
bool IsTransparency() const { return m_bTransparency; }
bool IsModifyDocumentOnPrintingAllowed() const { return m_bModifyDocumentOnPrintingAllowed; }
void SetPaperSize( bool bState ) { m_bPaperSize = bState; SetModified(); }
void SetPaperOrientation( bool bState ) { m_bPaperOrientation = bState; SetModified(); }
- void SetNotFound( bool bState ) { m_bNotFound = bState; SetModified(); }
void SetTransparency( bool bState ) { m_bTransparency = bState; SetModified(); }
void SetModifyDocumentOnPrintingAllowed( bool bState ) { m_bModifyDocumentOnPrintingAllowed = bState; SetModified(); }