summaryrefslogtreecommitdiff
path: root/include/editeng/svxrtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r--include/editeng/svxrtf.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 7c2f816deedb..cc0f2b8218a6 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -249,10 +249,10 @@ protected:
OUString& DelCharAtEnd( OUString& rStr, const sal_Unicode cDel );
// is called for each token that is recognized in CallParser
- virtual void NextToken( int nToken );
+ virtual void NextToken( int nToken ) SAL_OVERRIDE;
- virtual void ReadBitmapData();
- virtual void ReadOLEData();
+ virtual void ReadBitmapData() SAL_OVERRIDE;
+ virtual void ReadOLEData() SAL_OVERRIDE;
void ReadStyleTable();
void ReadColorTable();
@@ -323,7 +323,7 @@ protected:
public:
- virtual SvParserState CallParser();
+ virtual SvParserState CallParser() SAL_OVERRIDE;
inline const Color& GetColor( size_t nId ) const;
const Font& GetFont( sal_uInt16 nId ); // Changes the dflt Font
@@ -343,7 +343,7 @@ public:
void ReadBackgroundAttr( int nToken, SfxItemSet& rSet, int bTableDef=sal_False );
// for asynchronous read from the SvStream
- virtual void Continue( int nToken );
+ virtual void Continue( int nToken ) SAL_OVERRIDE;
// get RTF default ItemSets. Must be used by pard/plain tokens or in
// reset of Style-Items