From 77f8ca714250f83ecf501a6ecbd23c9849ab6a70 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 9 Oct 2012 10:58:58 +0200 Subject: [PATCH] same identifier for different resources Change-Id: Ibe80f6ec6e85942a85f4c2bb322e1b0ca61ba07f --- sc/source/ui/inc/condformatdlg.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/inc/condformatdlg.hrc b/sc/source/ui/inc/condformatdlg.hrc index dcb51d19be77..f631b53ac46b 100644 --- a/sc/source/ui/inc/condformatdlg.hrc +++ b/sc/source/ui/inc/condformatdlg.hrc @@ -66,5 +66,5 @@ #define LB_TYPE_COL_SCALE_MIN 42 #define LB_TYPE_COL_SCALE_MIDDLE 43 -#define LB_TYPE_COL_SCALE_MAX 43 +#define LB_TYPE_COL_SCALE_MAX 44 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */