summaryrefslogtreecommitdiff
path: root/sw/source/core/text/widorp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/widorp.hxx')
-rw-r--r--sw/source/core/text/widorp.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/text/widorp.hxx b/sw/source/core/text/widorp.hxx
index 3d8ee94e9af0..18e80f1abe95 100644
--- a/sw/source/core/text/widorp.hxx
+++ b/sw/source/core/text/widorp.hxx
@@ -35,13 +35,8 @@ protected:
public:
SwTextFrmBreak( SwTextFrm *pFrm, const SwTwips nRst = 0 );
bool IsBreakNow( SwTextMargin &rLine );
-
- bool IsBroken() const { return bBreak; }
bool IsKeepAlways() const { return bKeep; }
- void Keep() { bKeep = true; }
- void Break() { bKeep = false; bBreak = true; }
- inline bool GetKeep() const { return bKeep; }
inline void SetKeep( const bool bNew ) { bKeep = bNew; }
bool IsInside( SwTextMargin &rLine ) const;
@@ -53,7 +48,6 @@ public:
// OD 2004-02-27 #106629# - no longer inline
void SetRstHeight( const SwTextMargin &rLine );
- SwTwips GetRstHeight() const { return nRstHeight; }
};
class WidowsAndOrphans : public SwTextFrmBreak