ooo-build r13249 - in trunk: . patches/dev300



Author: thorstenb
Date: Wed Jul 16 13:55:40 2008
New Revision: 13249
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13249&view=rev

Log:
	* patches/dev300/apply:
	* patches/dev300/officecfg-bighandles-default.diff: default to
	bigger handles in Draw/Impress.



Added:
   trunk/patches/dev300/officecfg-bighandles-default.diff
Modified:
   trunk/ChangeLog
   trunk/patches/dev300/apply

Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply	(original)
+++ trunk/patches/dev300/apply	Wed Jul 16 13:55:40 2008
@@ -2506,6 +2506,7 @@
 
 [ Fixes ]
 sd-more-title-styles.diff, i#23221, thorsten
+officecfg-bighandles-default.diff, thorsten
 
 sw-source-filter-ww8-continous-section-break-fix.diff, n#405071, i#91395, fridrich
 

Added: trunk/patches/dev300/officecfg-bighandles-default.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/officecfg-bighandles-default.diff	Wed Jul 16 13:55:40 2008
@@ -0,0 +1,24 @@
+--- officecfg/registry/schema/org/openoffice/Office/Draw.xcs
++++ officecfg/registry/schema/org/openoffice/Office/Draw.xcs
+@@ -379,7 +379,7 @@
+ 					<desc>Indicates whether to show big (true) or small (false) handles.</desc>
+ 					<label>Big Handles</label>
+ 				</info>
+-				<value>false</value>
++				<value>true</value>
+ 			</prop>
+ 			<prop oor:name="CreateWithAttributes" oor:type="xs:boolean">
+ 				<!-- OldPath: Draw/Other -->
+diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+index 1c742bc..4a550c7 100644
+--- officecfg/registry/schema/org/openoffice/Office/Impress.xcs
++++ officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+@@ -416,7 +416,7 @@
+ 					<desc>Indicates whether to show big (true) or small (false) handles.</desc>
+ 					<label>Big Handles</label>
+ 				</info>
+-				<value>false</value>
++				<value>true</value>
+ 			</prop>
+ 			<prop oor:name="CreateWithAttributes" oor:type="xs:boolean">
+ 				<!-- OldPath: Impress/Other -->



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