summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/conrect.hxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2001-10-22 16:04:43 +0000
committerArmin Weiss <aw@openoffice.org>2001-10-22 16:04:43 +0000
commitf0812a3fcc2f1887e6dbc0f341076266b0feabd7 (patch)
tree188d9edd277075b49cabaae9029b7bef800ce1dd /sw/source/ui/inc/conrect.hxx
parent#93472# switch off numbering using a void value (diff)
downloadcore-f0812a3fcc2f1887e6dbc0f341076266b0feabd7.tar.gz
core-f0812a3fcc2f1887e6dbc0f341076266b0feabd7.zip
#93382# Initialize newly created vertical text objects in SW
Diffstat (limited to 'sw/source/ui/inc/conrect.hxx')
-rw-r--r--sw/source/ui/inc/conrect.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/inc/conrect.hxx b/sw/source/ui/inc/conrect.hxx
index a59d2bad1ade..603c5009d6f2 100644
--- a/sw/source/ui/inc/conrect.hxx
+++ b/sw/source/ui/inc/conrect.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: conrect.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-09-28 11:58:03 $
+ * last change: $Author: aw $ $Date: 2001-10-22 17:04:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,9 @@ class ConstRectangle : public SwDrawBase
BOOL bMarquee;
BOOL bCapVertical;
+ // #93382#
+ sal_Bool mbVertical;
+
public:
ConstRectangle(SwWrtShell* pSh, SwEditWin* pWin, SwView* pView);