[Libreoffice-commits] core.git: dbaccess/source
Caolán McNamara
caolanm at redhat.com
Wed Jun 20 18:24:26 UTC 2018
dbaccess/source/ui/inc/UITools.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ec36da3788ffc7007dadc568d00f019c0ea831b4
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/56167
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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