[Libreoffice-commits] .: Branch 'libreoffice-3-4' - patches/dev300

Petr Mladek pmladek at kemper.freedesktop.org
Fri Apr 22 07:10:55 PDT 2011


 patches/dev300/apply                                |    2 --
 patches/dev300/dbaccess-default-varchar-lenght.diff |   20 --------------------
 2 files changed, 22 deletions(-)

New commits:
commit c51c6cbe6702fb744efb26f9244887c8f43742a9
Author: Petr Mladek <pmladek at suse.cz>
Date:   Fri Apr 22 16:10:08 2011 +0200

    pushed dbaccess-default-varchar-lenght.diff into git
    
    people agreed on this change long time ago, see
    http://openoffice.org/bugzilla/show_bug.cgi?id=62664#c42

diff --git a/patches/dev300/apply b/patches/dev300/apply
index aa4e756..6e2ad7e 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -144,8 +144,6 @@ makefile-idl-build.diff, noelpwer
 # (even bigger savings on 64bit, and with dicts like the Czech one)
 #FIXME oog680: hunspell-hashify.diff, i#50842, dkeskar/jholesov
 
-#set default varchar lenght to 100.
-dbaccess-default-varchar-lenght.diff, i#62664, jianhua
 # for selection delete crash
 selection-crash-svx-svdmrkv.diff, i#76084, jianhua
 
diff --git a/patches/dev300/dbaccess-default-varchar-lenght.diff b/patches/dev300/dbaccess-default-varchar-lenght.diff
deleted file mode 100644
index 4d1e530..0000000
--- a/patches/dev300/dbaccess-default-varchar-lenght.diff
+++ /dev/null
@@ -1,20 +0,0 @@
----
- .../source/ui/tabledesign/FieldDescriptions.cxx    |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git dbaccess/source/ui/tabledesign/FieldDescriptions.cxx dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
-index 77d7ccf..785769f 100644
---- dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
-+++ dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
-@@ -58,7 +58,7 @@
- #include "UITools.hxx"
- #include <com/sun/star/util/NumberFormat.hpp>
- 
--#define DEFAULT_VARCHAR_PRECSION	50
-+#define DEFAULT_VARCHAR_PRECSION	100
- #define DEFAULT_OTHER_PRECSION		16
- #define DEFAULT_NUMERIC_PRECSION	5
- #define DEFAULT_NUMERIC_SCALE		0
--- 
-1.7.0.1
-


More information about the Libreoffice-commits mailing list