summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdrawpath.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfdrawpath.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawpath.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawpath.hxx b/lotuswordpro/source/filter/xfilter/xfdrawpath.hxx
index 283768f98b56..584677ad1265 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawpath.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawpath.hxx
@@ -124,7 +124,7 @@ public:
*/
void ClosePath(bool absPosition = true);
- virtual void ToXml(IXFStream *pStrm) SAL_OVERRIDE;
+ virtual void ToXml(IXFStream *pStrm) override;
private:
std::vector<XFSvgPathEntry> m_aPaths;