summaryrefslogtreecommitdiff
path: root/rsc/inc/rsctree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsctree.hxx')
-rw-r--r--rsc/inc/rsctree.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/inc/rsctree.hxx b/rsc/inc/rsctree.hxx
index ee674d4b947b..9d4ec944bfa5 100644
--- a/rsc/inc/rsctree.hxx
+++ b/rsc/inc/rsctree.hxx
@@ -72,8 +72,8 @@ public:
class IdNode : public NameNode
{
- virtual COMPARE Compare( const NameNode * ) const;
- virtual COMPARE Compare( const void * ) const;
+ virtual COMPARE Compare( const NameNode * ) const SAL_OVERRIDE;
+ virtual COMPARE Compare( const void * ) const SAL_OVERRIDE;
protected:
using NameNode::Search;
@@ -85,8 +85,8 @@ public:
class StringNode : public NameNode
{
- virtual COMPARE Compare( const NameNode * ) const;
- virtual COMPARE Compare( const void * ) const;
+ virtual COMPARE Compare( const NameNode * ) const SAL_OVERRIDE;
+ virtual COMPARE Compare( const void * ) const SAL_OVERRIDE;
protected:
using NameNode::Search;