summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/inc/flyfrms.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/inc/flyfrms.hxx b/sw/source/core/inc/flyfrms.hxx
index 2fb9c0e012e4..fb2114690c79 100644
--- a/sw/source/core/inc/flyfrms.hxx
+++ b/sw/source/core/inc/flyfrms.hxx
@@ -173,7 +173,6 @@ public:
class SwFlyInCntFrm : public SwFlyFrm
{
Point aRef; //Relativ zu diesem Point wird die AbsPos berechnet.
- long nLine; //Zeilenhoehe, Ref.Y() - nLine == Zeilenanfang.
sal_Bool bInvalidLayout :1;
sal_Bool bInvalidCntnt :1;
@@ -197,7 +196,6 @@ public:
const Point &rRelPos );
const Point &GetRefPoint() const { return aRef; }
const Point GetRelPos() const;
- long GetLineHeight() const { return nLine; }
inline void InvalidateLayout() const;
inline void InvalidateCntnt() const;