summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfcell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfcell.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfcell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfcell.hxx b/lotuswordpro/source/filter/xfilter/xfcell.hxx
index 960fdb9377d1..19818a188465 100644
--- a/lotuswordpro/source/filter/xfilter/xfcell.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfcell.hxx
@@ -88,7 +88,7 @@ public:
/**
* @descr Add content for table cell.
*/
- void Add(IXFContent *pContent);
+ void Add(IXFContent *pContent) SAL_OVERRIDE;
/**
* @descr If cell spans more the one column, then set column span.
@@ -158,7 +158,7 @@ public:
/**
* @descr Output cell as xml element.
*/
- virtual void ToXml(IXFStream *pStrm);
+ virtual void ToXml(IXFStream *pStrm) SAL_OVERRIDE;
private:
XFRow *m_pOwnerRow;