summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/docsort.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/docsort.hxx')
-rw-r--r--sw/source/core/inc/docsort.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/docsort.hxx b/sw/source/core/inc/docsort.hxx
index 64e34fb5609a..f648389115f8 100644
--- a/sw/source/core/inc/docsort.hxx
+++ b/sw/source/core/inc/docsort.hxx
@@ -94,7 +94,7 @@ struct SwSortTxtElement : public SwSortElement
SwSortTxtElement( const SwNodeIndex& rPos );
virtual ~SwSortTxtElement();
- virtual OUString GetKey( sal_uInt16 nKey ) const;
+ virtual OUString GetKey( sal_uInt16 nKey ) const SAL_OVERRIDE;
};
// sort table
@@ -105,8 +105,8 @@ struct SwSortBoxElement : public SwSortElement
SwSortBoxElement( sal_uInt16 nRC );
virtual ~SwSortBoxElement();
- virtual OUString GetKey( sal_uInt16 nKey ) const;
- virtual double GetValue( sal_uInt16 nKey ) const;
+ virtual OUString GetKey( sal_uInt16 nKey ) const SAL_OVERRIDE;
+ virtual double GetValue( sal_uInt16 nKey ) const SAL_OVERRIDE;
};
// two-dimensional array of FndBoxes