summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/pggrid.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-04-10 14:04:37 +0000
committerOliver Specht <os@openoffice.org>2002-04-10 14:04:37 +0000
commitc07455ded41fa3385c7c6f68ff80a59f40c1556d (patch)
tree9e71eb7e621c8d1af6b45c0faf6ae049af23b5dc /sw/source/ui/inc/pggrid.hxx
parent84f495d91e1c0c4d542c16de1067e266f7bca87a (diff)
#98453# regard vertical writing in grid calculation; eliminate rounding errors
Diffstat (limited to 'sw/source/ui/inc/pggrid.hxx')
-rw-r--r--sw/source/ui/inc/pggrid.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/inc/pggrid.hxx b/sw/source/ui/inc/pggrid.hxx
index 798cd0107886..51b028499049 100644
--- a/sw/source/ui/inc/pggrid.hxx
+++ b/sw/source/ui/inc/pggrid.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pggrid.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2002-02-11 12:30:58 $
+ * last change: $Author: os $ $Date: 2002-04-10 15:04:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,7 +114,10 @@ class SwTextGridPage: public SfxTabPage
FixedText aColorFT;
ColorListBox aColorLB;
- sal_Int32 nPageWidth;
+ sal_Int32 m_nRubyUserValue;
+ sal_Bool m_bRubyUserValue;
+ sal_Int32 m_nPageWidth;
+ sal_Bool m_bVertical;
SwTextGridPage(Window *pParent, const SfxItemSet &rSet);
~SwTextGridPage();