diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-12 13:07:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-12 16:18:13 +0100 |
commit | 04f3f84eeda03c358133f1e68d8a1df8259cb61b (patch) | |
tree | 483983e1a67fe862077d90436aa434cf33f66480 | |
parent | 9b0be41e96abb0a6547afad7de3a24f336bfdb5a (diff) |
FT_CHARFMT and LB_CHARFMT shared the same resource id (cherry picked from commit 125cecd8fa6036986f1d442bc7d902b547c11e75)
-rw-r--r-- | sw/source/ui/misc/outline.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/misc/outline.hrc b/sw/source/ui/misc/outline.hrc index 2f8a4a469cb4..17dd3194f0bf 100644 --- a/sw/source/ui/misc/outline.hrc +++ b/sw/source/ui/misc/outline.hrc @@ -84,7 +84,7 @@ #define MN_FORM9 119 #define MN_SAVE 120 -#define FL_LEVEL 130 +#define FL_LEVEL 130 #define LB_LEVEL 131 #define WIN_PREVIEW 132 #define FT_SUFFIX 134 @@ -95,4 +95,4 @@ #define ST_FORM 140 #define FT_CHARFMT 141 -#define LB_CHARFMT 141 +#define LB_CHARFMT 142 |