summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-02-08 12:57:23 +0000
committerFrank Meies <fme@openoffice.org>2002-02-08 12:57:23 +0000
commitc2e157da0c1f463c85e53481a2210240daf0a63d (patch)
tree48e04357a1c3fd1fd6b6daa8065e8aa92de65d74 /sw/source/core
parent27ab679012ae37b9bde88901bbf4216ce88a1599 (diff)
#96678# New default values for text grid attribute
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/layout/atrfrm.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index c488cb326a13..a0ff6bc7dbb0 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: atrfrm.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: dvo $ $Date: 2002-02-06 12:33:15 $
+ * last change: $Author: fme $ $Date: 2002-02-08 13:57:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2343,8 +2343,8 @@ BOOL SwFmtLineNumber::PutValue( const uno::Any& rVal, BYTE nMemberId )
*************************************************************************/
SwTextGridItem::SwTextGridItem()
- : SfxPoolItem( RES_TEXTGRID ), aColor( COL_LIGHTGRAY ), nLines( 0 ),
- nBaseHeight( 240 ), nRubyHeight( 120 ), eGridType( GRID_NONE ),
+ : SfxPoolItem( RES_TEXTGRID ), aColor( COL_LIGHTGRAY ), nLines( 20 ),
+ nBaseHeight( 400 ), nRubyHeight( 200 ), eGridType( GRID_NONE ),
bRubyTextBelow( 0 ), bPrintGrid( 1 ), bDisplayGrid( 1 )
{
}