summaryrefslogtreecommitdiff
path: root/sw/inc/prtopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/prtopt.hxx')
-rw-r--r--sw/inc/prtopt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/prtopt.hxx b/sw/inc/prtopt.hxx
index 0e4004ba2449..2bab12840019 100644
--- a/sw/inc/prtopt.hxx
+++ b/sw/inc/prtopt.hxx
@@ -33,7 +33,7 @@ private:
public:
SwPrintOptions(bool bWeb);
- virtual ~SwPrintOptions();
+ virtual ~SwPrintOptions() override;
virtual void Notify( const css::uno::Sequence< OUString >& aPropertyNames ) override;
virtual void doSetModified( ) override { m_bModified = true; SetModified();}