From 06cf194af710d82e441d9cfcc05ed44cffcb5c41 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 25 Jun 2013 14:20:20 -0400 Subject: Avoid ID number clash. Change-Id: I7fbaad5ffc89e4df0d9ce79595e9e0426802e3cf --- sc/source/ui/optdlg/calcoptionsdlg.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc') 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: */ -- cgit