[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Jun 25 11:18:51 PDT 2013


 sc/source/ui/optdlg/calcoptionsdlg.hrc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 63c23d453da58185955dd19ab731d5b1dd4ca141
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Jun 25 14:20:20 2013 -0400

    Avoid ID number clash.
    
    Change-Id: I7fbaad5ffc89e4df0d9ce79595e9e0426802e3cf

diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hrc b/sc/source/ui/optdlg/calcoptionsdlg.hrc
index a6f5ee4..be1dbbe 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.hrc
+++ b/sc/source/ui/optdlg/calcoptionsdlg.hrc
@@ -35,8 +35,8 @@
 #define STR_EMPTY_STRING_AS_ZERO_CAPTION 27
 #define STR_EMPTY_STRING_AS_ZERO_DESC 28
 
-#define STR_OPENCL_ENABLED 28
-#define STR_OPENCL_ENABLED_DESC 29
+#define STR_OPENCL_ENABLED 29
+#define STR_OPENCL_ENABLED_DESC 30
 
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list