summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpcharacterstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpcharacterstyle.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcharacterstyle.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpcharacterstyle.hxx b/lotuswordpro/source/filter/lwpcharacterstyle.hxx
index 1ddd39baf73e..2698008c81ee 100644
--- a/lotuswordpro/source/filter/lwpcharacterstyle.hxx
+++ b/lotuswordpro/source/filter/lwpcharacterstyle.hxx
@@ -82,11 +82,11 @@ public:
inline sal_uInt32 GetFinalFontID() const;
- virtual void RegisterStyle();
+ virtual void RegisterStyle() SAL_OVERRIDE;
protected:
void ReadCommon();
- void Read();
+ void Read() SAL_OVERRIDE;
protected:
@@ -128,7 +128,7 @@ class LwpCharacterStyle : public LwpTextStyle
public:
LwpCharacterStyle(LwpObjectHeader& objHdr, LwpSvStream* pStrm);
- void Read();
+ void Read() SAL_OVERRIDE;
private: