diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-09 10:58:58 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-09 11:02:43 +0200 |
commit | 77f8ca714250f83ecf501a6ecbd23c9849ab6a70 (patch) | |
tree | 74ca787bad035cb3efec6f1462d97c02eae72e20 /sc | |
parent | 1e456c0cb1e0d635713b1e0ad8ca6cfa3950f547 (diff) |
same identifier for different resources
Change-Id: Ibe80f6ec6e85942a85f4c2bb322e1b0ca61ba07f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/condformatdlg.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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: */ |