ooo-build r11819 - in trunk: . patches/src680



Author: jonp
Date: Thu Mar  6 01:14:01 2008
New Revision: 11819
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11819&view=rev

Log:
	* patches/src680/sc-extra-cell-margins.diff: Reduce the extra padding again,
	  so that we don't increase the page count too much compared to previous
	  versions, etc.


Modified:
   trunk/ChangeLog
   trunk/patches/src680/sc-extra-cell-margins.diff

Modified: trunk/patches/src680/sc-extra-cell-margins.diff
==============================================================================
--- trunk/patches/src680/sc-extra-cell-margins.diff	(original)
+++ trunk/patches/src680/sc-extra-cell-margins.diff	Thu Mar  6 01:14:01 2008
@@ -11,8 +11,8 @@
      ppPoolDefaults[ ATTR_BORDER_BLTR     - ATTR_STARTINDEX ] = new SvxLineItem( ATTR_BORDER_BLTR );
 -    ppPoolDefaults[ ATTR_MARGIN          - ATTR_STARTINDEX ] = new SvxMarginItem( ATTR_MARGIN );
 +    SvxMarginItem* pItem = new SvxMarginItem( ATTR_MARGIN );
-+    pItem->SetTopMargin( 30 );
-+    pItem->SetBottomMargin( 30 );
++    pItem->SetTopMargin( 27 );
++    pItem->SetBottomMargin( 27 );
 +    ppPoolDefaults[ ATTR_MARGIN          - ATTR_STARTINDEX ] = pItem;
  	ppPoolDefaults[	ATTR_MERGE			 - ATTR_STARTINDEX ] = new ScMergeAttr;
  	ppPoolDefaults[	ATTR_MERGE_FLAG		 - ATTR_STARTINDEX ] = new ScMergeFlagAttr;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]