[Libreoffice-commits] .: sw/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jun 12 08:18:23 PDT 2012


 sw/source/ui/misc/outline.hrc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 04f3f84eeda03c358133f1e68d8a1df8259cb61b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jun 12 13:07:20 2012 +0100

    FT_CHARFMT and LB_CHARFMT shared the same resource id (cherry picked from commit 125cecd8fa6036986f1d442bc7d902b547c11e75)

diff --git a/sw/source/ui/misc/outline.hrc b/sw/source/ui/misc/outline.hrc
index 2f8a4a4..17dd319 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


More information about the Libreoffice-commits mailing list