[Libreoffice-commits] .: 8 commits - dbaccess/source

Jan Holesovsky kendy at kemper.freedesktop.org
Tue May 31 02:01:40 PDT 2011


 dbaccess/source/ui/tabledesign/FieldDescriptions.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1655c7e97ea2dcb9587333cca2213136678f3b39
Merge: 1b9d68f... 2b72a6b...
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon May 30 13:12:13 2011 +0200

    Merge commit 'libreoffice-3.4.0.2'

commit 2b72a6be6eb2f3bdeb4c35d2b086e4ec01c195f0
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue May 24 19:29:10 2011 +0200

    Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)
commit b5292b3535092ff5c557ccf2728002457f4ff580
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue May 17 20:49:43 2011 +0200

    Branch libreoffice-3-4-0
    
    This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 release.
    Only very safe changes, reviewed by three people are allowed.
    
    If you want to commit more complicated fix for the next 3.4.x release,
    please use the 'libreoffice-3-4' branch.
    
    If you want to build something cool, unstable, and risky, use master.
commit 2f365185d6c66f03ab62961f8e7886b5e5a90f30
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue May 17 19:55:28 2011 +0200

    Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)
commit a90b2345ae40bdc41b2e0d8c050f56e36917e247
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue May 10 20:01:37 2011 +0200

    Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)
commit e9b7fff0c26b16bd37579a2f3f72bf637615323a
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue May 3 20:01:33 2011 +0200

    Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)
commit aaeaa57f46f0655a0bccc93ed100ea459a21b7ed
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue Apr 26 17:09:07 2011 +0200

    Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)
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