summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfplaceholder.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfplaceholder.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx b/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
index ec761d406fa7..ae8592b8b6e9 100644
--- a/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
@@ -74,7 +74,7 @@ public:
void SetType(const OUString& sType);
void SetDesc(const OUString& sDesc);
void SetPrompt(const OUString& sText);
- void ToXml(IXFStream *pStrm);
+ void ToXml(IXFStream *pStrm) SAL_OVERRIDE;
private:
OUString m_strType;
OUString m_strDesc;
@@ -121,7 +121,7 @@ class XFHolderEnd : public XFContent
public:
XFHolderEnd();
~XFHolderEnd();
- void ToXml(IXFStream *pStrm);
+ void ToXml(IXFStream *pStrm) SAL_OVERRIDE;
};
XFHolderEnd::XFHolderEnd()