summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsdwrect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsdwrect.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsdwrect.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwrect.hxx b/lotuswordpro/source/filter/lwpsdwrect.hxx
index 846c1b9c7c4b..dbcd37d0e4d3 100644
--- a/lotuswordpro/source/filter/lwpsdwrect.hxx
+++ b/lotuswordpro/source/filter/lwpsdwrect.hxx
@@ -108,7 +108,11 @@ public:
~SdwRectangle();
public:
- bool IsRectRotated() const;
+ /*
+ * @short: Get the flag whether if the rectangle has been rotated.
+ * @return: m_bRotated rotation flag.
+ */
+ bool IsRectRotated() const { return m_bRotated;}
Point GetRectCenter() const ;