summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index ea30632226ad..d18dded7f501 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -409,8 +409,8 @@ protected:
public:
virtual ~SwValueField();
- virtual SwFieldType* ChgTyp( SwFieldType* ) SAL_OVERRIDE;
- virtual void SetLanguage(sal_uInt16 nLng) SAL_OVERRIDE;
+ virtual SwFieldType* ChgTyp( SwFieldType* ) override;
+ virtual void SetLanguage(sal_uInt16 nLng) override;
inline SwDoc* GetDoc() const { return static_cast<const SwValueFieldType*>(GetTyp())->GetDoc(); }
@@ -433,7 +433,7 @@ protected:
SwFormulaField( const SwFormulaField& rField );
public:
- virtual OUString GetFormula() const SAL_OVERRIDE;
+ virtual OUString GetFormula() const override;
void SetFormula(const OUString& rStr);
void SetExpandedFormula(const OUString& rStr);