[Libreoffice-commits] .: Branch 'libreoffice-3-4' - dbaccess/source
Petr Mladek
pmladek at kemper.freedesktop.org
Fri Apr 22 07:09:30 PDT 2011
dbaccess/source/ui/tabledesign/FieldDescriptions.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8156bce86a3cc607d958e418a41b2cf4ba1914d3
Author: Petr Mladek <pmladek at suse.cz>
Date: Fri Apr 22 16:08:26 2011 +0200
dbaccess-default-varchar-lenght.diff: default VARCHAR length to 100 (i#62664)
diff --git a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
index 7f868b1..f6b2726 100644
--- a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
+++ b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
@@ -39,7 +39,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
More information about the Libreoffice-commits
mailing list