summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/editeng/txtrange.hxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/include/editeng/txtrange.hxx b/include/editeng/txtrange.hxx
index ce7566252f91..dd9af4925930 100644
--- a/include/editeng/txtrange.hxx
+++ b/include/editeng/txtrange.hxx
@@ -63,11 +63,7 @@ class EDITENG_DLLPUBLIC TextRanger
sal_Bool bInner : 1; // TRUE: Objekt inline (EditEngine);
// FALSE: Objekt flow (StarWriter);
sal_Bool bVertical :1; // for vertical writing mode
- sal_Bool bFlag3 :1;
- sal_Bool bFlag4 :1;
- sal_Bool bFlag5 :1;
- sal_Bool bFlag6 :1;
- sal_Bool bFlag7 :1;
+
TextRanger( const TextRanger& ); // not implemented
const Rectangle& _GetBoundRect();
public:
@@ -93,16 +89,6 @@ public:
void SetUpper( sal_uInt16 nNew ){ nUpper = nNew; }
void SetLower( sal_uInt16 nNew ){ nLower = nNew; }
void SetVertical( sal_Bool bNew );
- sal_Bool IsFlag3() const { return bFlag3; }
- void SetFlag3( sal_Bool bNew ) { bFlag3 = bNew; }
- sal_Bool IsFlag4() const { return bFlag4; }
- void SetFlag4( sal_Bool bNew ) { bFlag4 = bNew; }
- sal_Bool IsFlag5() const { return bFlag5; }
- void SetFlag5( sal_Bool bNew ) { bFlag5 = bNew; }
- sal_Bool IsFlag6() const { return bFlag6; }
- void SetFlag6( sal_Bool bNew ) { bFlag6 = bNew; }
- sal_Bool IsFlag7() const { return bFlag7; }
- void SetFlag7( sal_Bool bNew ) { bFlag7 = bNew; }
};