summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2000-11-17 08:44:57 +0000
committerAndreas Martens <ama@openoffice.org>2000-11-17 08:44:57 +0000
commit64edfbf927205165d67bccea6c771a47632b34e0 (patch)
tree3b2ae4a071397eea7f3572833c7647ed576c8e19 /svx/inc
parent5ed181d2cf96f6a15b56cad5d11139a2da6efe1f (diff)
New: Change of the writing directing possible
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/txtrange.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/inc/txtrange.hxx b/svx/inc/txtrange.hxx
index 586e5285913a..33003bc4a0e3 100644
--- a/svx/inc/txtrange.hxx
+++ b/svx/inc/txtrange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtrange.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ama $ $Date: 2000-11-16 16:06:31 $
+ * last change: $Author: ama $ $Date: 2000-11-17 09:44:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,6 +130,7 @@ public:
{ return pBound ? *pBound : _GetBoundRect(); }
void SetUpper( USHORT nNew ){ nUpper = nNew; }
void SetLower( USHORT nNew ){ nLower = nNew; }
+ void SetVertical( BOOL bNew );
BOOL IsFlag3() const { return bFlag3; }
void SetFlag3( BOOL bNew ) { bFlag3 = bNew; }
BOOL IsFlag4() const { return bFlag4; }