summaryrefslogtreecommitdiff
path: root/sw/inc/ddefld.hxx
diff options
context:
space:
mode:
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 bb2343e23fc9..797a2c4bec38 100644
--- a/sw/inc/ddefld.hxx
+++ b/sw/inc/ddefld.hxx
@@ -52,11 +52,11 @@ public:
void SetExpansion( const OUString& rStr ) { aExpansion = rStr;
bCRLFFlag = sal_False; }
- virtual SwFieldType* Copy() const;
- virtual OUString GetName() const;
+ virtual SwFieldType* Copy() const SAL_OVERRIDE;
+ virtual OUString GetName() const SAL_OVERRIDE;
- virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
+ 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;
OUString GetCmd() const;
void SetCmd( const OUString& aStr );
@@ -90,8 +90,8 @@ public:
class SwDDEField : public SwField
{
private:
- virtual OUString Expand() const;
- virtual SwField* Copy() const;
+ virtual OUString Expand() const SAL_OVERRIDE;
+ virtual SwField* Copy() const SAL_OVERRIDE;
public:
SwDDEField(SwDDEFieldType*);
@@ -99,11 +99,11 @@ public:
/** Get parameter via types.
Name cannot be changed. */
- virtual OUString GetPar1() const;
+ virtual OUString GetPar1() const SAL_OVERRIDE;
// Command
- virtual OUString GetPar2() const;
- virtual void SetPar2(const OUString& rStr);
+ virtual OUString GetPar2() const SAL_OVERRIDE;
+ virtual void SetPar2(const OUString& rStr) SAL_OVERRIDE;
};
#endif // INCLUDED_SW_INC_DDEFLD_HXX