[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - dbaccess/source

Caolán McNamara caolanm at redhat.com
Wed Jun 20 19:57:11 UTC 2018


 dbaccess/source/ui/inc/UITools.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2d2e3dc7ddccd490b6829310340942b710057e7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jun 20 15:58:49 2018 +0100

    Resolves: tdf#118120 RET_ALL shares same value as RET_HELP
    
    Change-Id: I766c379171ac25eb9c1d8036e052fb8f2b4e1459
    Reviewed-on: https://gerrit.libreoffice.org/56168
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx
index cd8e5a877b1b..0c4ae7a85e64 100644
--- a/dbaccess/source/ui/inc/UITools.hxx
+++ b/dbaccess/source/ui/inc/UITools.hxx
@@ -28,7 +28,7 @@
 
 #include <memory>
 
-#define RET_ALL     10
+#define RET_ALL     100
 
 // we only need forward decl here
 namespace com { namespace sun { namespace star {


More information about the Libreoffice-commits mailing list