summaryrefslogtreecommitdiff
path: root/sw/inc/ddefld.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:04:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:29 +0200
commitb36963c0a6a09f70ca6d8d607dd3249a3496497d (patch)
tree33e06dc8d227957cb31355277fb5cf20b9918628 /sw/inc/ddefld.hxx
parentb08247a12b43fcd9f86ecd912fce7d69a3e66061 (diff)
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
Diffstat (limited to 'sw/inc/ddefld.hxx')
-rw-r--r--sw/inc/ddefld.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx
index b4f5bedef4c8..492421fe7f0e 100644
--- a/sw/inc/ddefld.hxx
+++ b/sw/inc/ddefld.hxx
@@ -49,11 +49,11 @@ public:
void SetExpansion( const OUString& rStr ) { aExpansion = rStr;
bCRLFFlag = false; }
- virtual SwFieldType* Copy() const SAL_OVERRIDE;
- virtual OUString GetName() const SAL_OVERRIDE;
+ virtual SwFieldType* Copy() const override;
+ virtual OUString GetName() const override;
- virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const SAL_OVERRIDE;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) SAL_OVERRIDE;
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const override;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) override;
OUString GetCmd() const;
void SetCmd( const OUString& aStr );
@@ -84,8 +84,8 @@ public:
class SwDDEField : public SwField
{
private:
- virtual OUString Expand() const SAL_OVERRIDE;
- virtual SwField* Copy() const SAL_OVERRIDE;
+ virtual OUString Expand() const override;
+ virtual SwField* Copy() const override;
public:
SwDDEField(SwDDEFieldType*);
@@ -93,11 +93,11 @@ public:
/** Get parameter via types.
Name cannot be changed. */
- virtual OUString GetPar1() const SAL_OVERRIDE;
+ virtual OUString GetPar1() const override;
// Command
- virtual OUString GetPar2() const SAL_OVERRIDE;
- virtual void SetPar2(const OUString& rStr) SAL_OVERRIDE;
+ virtual OUString GetPar2() const override;
+ virtual void SetPar2(const OUString& rStr) override;
};
#endif // INCLUDED_SW_INC_DDEFLD_HXX