diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-25 14:20:20 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-25 14:22:42 -0400 |
commit | 06cf194af710d82e441d9cfcc05ed44cffcb5c41 (patch) | |
tree | 5a764a826c824a57d462191bca1c704794fec4cd /sc | |
parent | bd50bbe0c81a750b844f1c59ff3112fff6549704 (diff) |
Avoid ID number clash.
Change-Id: I7fbaad5ffc89e4df0d9ce79595e9e0426802e3cf
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/optdlg/calcoptionsdlg.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hrc b/sc/source/ui/optdlg/calcoptionsdlg.hrc index a6f5ee4240a1..be1dbbefa8c1 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: */ |