ooo-build r14460 - in branches/ooo-build-3-0: . patches/dev300



Author: pmladek
Date: Wed Nov  5 15:27:42 2008
New Revision: 14460
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14460&view=rev

Log:
2008-11-05  Rafael Cabral  <cabral conectiva com br>

	* patches/dev300/mdv-exceptcxx-include-string.diff: add missing
	  #include <string.h
	* patches/dev300/mdv-toolbariconstosmall.diff: change size of toolbar
	  icons; they are to small be default
	* patches/dev300/apply(MandrivaOnly:
	  add buildfix-openjdk-6-no-rhino.diff and the two above patches;
	  remove gcc401-stlport45-include.diff; 



Added:
   branches/ooo-build-3-0/patches/dev300/mdv-exceptcxx-include-string.diff
   branches/ooo-build-3-0/patches/dev300/mdv-toolbariconstosmall.diff
Modified:
   branches/ooo-build-3-0/ChangeLog
   branches/ooo-build-3-0/patches/dev300/apply

Modified: branches/ooo-build-3-0/patches/dev300/apply
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/apply	(original)
+++ branches/ooo-build-3-0/patches/dev300/apply	Wed Nov  5 15:27:42 2008
@@ -954,7 +954,7 @@
 
 [ MandrivaOnly ]
 SectionOwner => gghibo
-gcc401-stlport45-include.diff
+# gcc401-stlport45-include.diff
 mandriva-archflags.diff
 mandriva-java32_64.diff
 # db42-fix-jni-includes.diff
@@ -967,7 +967,9 @@
 # Fix DictOOo.swx and FontOOo.swx paths, as Mandriva doesn't ship them
 # inside share/dict/ooo dir.
 wizards-path.diff, mrl
-
+mdv-toolbariconstosmall.diff, cabral
+mdv-exceptcxx-include-string.diff, cabral
+buildfix-openjdk-6-no-rhino.diff
 
 [ MandrivaOnlyUnix ]
 

Added: branches/ooo-build-3-0/patches/dev300/mdv-exceptcxx-include-string.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-3-0/patches/dev300/mdv-exceptcxx-include-string.diff	Wed Nov  5 15:27:42 2008
@@ -0,0 +1,10 @@
+--- bridges/source/cpp_uno/gcc3_linux_intel/except.cxx.orig	2008-08-12 10:29:42.000000000 -0300
++++ bridges/source/cpp_uno/gcc3_linux_intel/except.cxx	2008-08-12 09:29:10.000000000 -0300
+@@ -32,6 +32,7 @@
+ #include "precompiled_bridges.hxx"
+ 
+ #include <stdio.h>
++#include <string.h>
+ #include <dlfcn.h>
+ #include <cxxabi.h>
+ #include <hash_map>

Added: branches/ooo-build-3-0/patches/dev300/mdv-toolbariconstosmall.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-3-0/patches/dev300/mdv-toolbariconstosmall.diff	Wed Nov  5 15:27:42 2008
@@ -0,0 +1,14 @@
+diff -p -up officecfg/registry/data/org/openoffice/Office/Common.xcu.orig2 officecfg/registry/data/org/openoffice/Office/Common.xcu
+--- officecfg/registry/data/org/openoffice/Office/Common.xcu.orig2	2008-09-02 14:36:58.000000000 -0400
++++ officecfg/registry/data/org/openoffice/Office/Common.xcu	2008-09-02 14:38:41.000000000 -0400
+@@ -555,6 +555,10 @@
+     <prop oor:name="UseSystemPrintDialog"  install:module="macosx">
+       <value>true</value>
+     </prop>
++    <!-- Set toolbar icon size to small as default -->
++    <prop oor:name="SymbolSet" oor:type="xs:short">
++      <value>0</value>
++    </prop>
+   </node>
+   <node oor:name="Save">
+     <node oor:name="Document">



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