summaryrefslogtreecommitdiff
path: root/sw/inc/swrect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swrect.hxx')
-rw-r--r--sw/inc/swrect.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx
index 751767c39a76..83868781ff35 100644
--- a/sw/inc/swrect.hxx
+++ b/sw/inc/swrect.hxx
@@ -31,7 +31,6 @@ class SAL_WARN_UNUSED SwRect
Point m_Point;
Size m_Size;
-
public:
inline SwRect();
inline SwRect( const SwRect &rRect );
@@ -287,7 +286,6 @@ inline SwRect &SwRect::operator-=( const Size &rSz )
return *this;
}
-
// other
inline Rectangle SwRect::SVRect() const
{