summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsdwrect.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-09 10:09:42 +0200
committerNoel Grandin <noel@peralex.com>2014-06-09 10:10:13 +0200
commit184a00b96235f6432294ded63ce4a4a318effdb5 (patch)
treee4ae0e00cb168fa43d280cfb51a50515258b5320 /lotuswordpro/source/filter/lwpsdwrect.cxx
parentkdefilepicker is autoinstalled now (diff)
downloadcore-184a00b96235f6432294ded63ce4a4a318effdb5.tar.gz
core-184a00b96235f6432294ded63ce4a4a318effdb5.zip
loplugin: inlinesimplememberfunctions
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
Diffstat (limited to 'lotuswordpro/source/filter/lwpsdwrect.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsdwrect.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwrect.cxx b/lotuswordpro/source/filter/lwpsdwrect.cxx
index 189ae3109b7c..884296e72c07 100644
--- a/lotuswordpro/source/filter/lwpsdwrect.cxx
+++ b/lotuswordpro/source/filter/lwpsdwrect.cxx
@@ -116,15 +116,6 @@ SdwRectangle::~SdwRectangle()
}
/**************************************************************************
* @date: 11/19/2004
- * @short: Get the flag whether if the rectangle has been rotated.
- * @return: m_bRotated rotation flag.
-**************************************************************************/
-bool SdwRectangle::IsRectRotated() const
-{
- return m_bRotated;
-}
-/**************************************************************************
- * @date: 11/19/2004
* @short: Calculate and return center point of the rectangle.
* @return: center point
**************************************************************************/