summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/cption.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/frmdlg/cption.cxx')
-rw-r--r--sw/source/ui/frmdlg/cption.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx
index 9e3fee8cf273..f20bbbb70b39 100644
--- a/sw/source/ui/frmdlg/cption.cxx
+++ b/sw/source/ui/frmdlg/cption.cxx
@@ -67,8 +67,8 @@ public:
SwSequenceOptionDialog( vcl::Window *pParent, SwView &rV,
const OUString& rSeqFieldType );
virtual ~SwSequenceOptionDialog();
- virtual void dispose() SAL_OVERRIDE;
- virtual void Apply() SAL_OVERRIDE;
+ virtual void dispose() override;
+ virtual void Apply() override;
bool IsApplyBorderAndShadow() { return m_pApplyBorderAndShadowCB->IsChecked(); }
void SetApplyBorderAndShadow( bool bSet ) { m_pApplyBorderAndShadowCB->Check(bSet); }