summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xfdrawline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter/xfdrawline.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xfdrawline.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/inc/xfilter/xfdrawline.hxx b/lotuswordpro/inc/xfilter/xfdrawline.hxx
index 32985e53cc8c..5d6309b25ad3 100644
--- a/lotuswordpro/inc/xfilter/xfdrawline.hxx
+++ b/lotuswordpro/inc/xfilter/xfdrawline.hxx
@@ -76,17 +76,17 @@ public:
/**
* @descr Set line start point.
*/
- void SetStartPoint(double x, double y);
+ void SetStartPoint(double x, double y);
/**
* @descr Set line end point.
*/
- void SetEndPoint(double x, double y);
+ void SetEndPoint(double x, double y);
/**
* @descr Output line object.
*/
- virtual void ToXml(IXFStream *pStrm) override;
+ virtual void ToXml(IXFStream* pStrm) override;
private:
XFPoint m_aPoint1;