[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Tue Jun 25 11:17:43 PDT 2013
sc/source/ui/optdlg/calcoptionsdlg.hrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 39b246ee6a4c91b0ff155c19415a9ee70c8eb1dd
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