sw/inc/cmdid.h |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

New commits:
commit 47dc55872b5d581640dbd062148a8ca1337db99a
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Feb 5 12:30:41 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Feb 5 14:15:25 2022 +0100

    Fix duplicate id and renumber a bit to respect order
    
    Change-Id: I36ba3e0c6793b6a566e839e8d1c314606a4e0d38
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129520
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h
index 1e66072d3b37..1483bdf91f87 100644
--- a/sw/inc/cmdid.h
+++ b/sw/inc/cmdid.h
@@ -612,28 +612,28 @@
 #define FN_UNO_NESTED_TEXT_CONTENT          (FN_EXTRA2 + 113)
 
 /* Navigation buttons */
-#define FN_NAVIGATION_BACK                  (FN_EXTRA2 + 115)
-#define FN_NAVIGATION_FORWARD               (FN_EXTRA2 + 116)
+#define FN_NAVIGATION_BACK                  (FN_EXTRA2 + 114)
+#define FN_NAVIGATION_FORWARD               (FN_EXTRA2 + 115)
 
 // #i972: bool items to be passed to SwFramePage for evaluation
-#define FN_OLE_IS_MATH                      (FN_EXTRA2 + 114)
-#define FN_MATH_BASELINE_ALIGNMENT          (FN_EXTRA2 + 115)
-
-#define FN_EMBEDDED_OBJECT                  (FN_EXTRA2 + 116)
-#define FN_UNO_DRAW_ASPECT                  (FN_EXTRA2 + 117)
-#define FN_UNO_HEADER_FIRST                 (FN_EXTRA2 + 118)
-#define FN_UNO_FOOTER_FIRST                 (FN_EXTRA2 + 119)
-#define FN_UNO_TABLE_BORDER2                (FN_EXTRA2 + 120)
-
-#define FN_FIELD_DIALOG_DOC_PROPS           
TypedWhichId<SfxUnoAnyItem>(FN_EXTRA2 + 121)
-#define FN_UNO_HIDDEN                       (FN_EXTRA2 + 122)
-#define FN_UNO_STYLE_INTEROP_GRAB_BAG       (FN_EXTRA2 + 123)
-#define FN_UNO_TABLE_TEMPLATE_NAME          (FN_EXTRA2 + 124)
-#define FN_UNO_VISIBLE_AREA_WIDTH           (FN_EXTRA2 + 125)
-#define FN_UNO_VISIBLE_AREA_HEIGHT          (FN_EXTRA2 + 126)
-
-#define FN_UNO_TRANSFORMED_GRAPHIC          (FN_EXTRA2 + 127)
-#define FN_UNO_GRAPHIC_PREVIEW              (FN_EXTRA2 + 128)
+#define FN_OLE_IS_MATH                      (FN_EXTRA2 + 116)
+#define FN_MATH_BASELINE_ALIGNMENT          (FN_EXTRA2 + 117)
+
+#define FN_EMBEDDED_OBJECT                  (FN_EXTRA2 + 118)
+#define FN_UNO_DRAW_ASPECT                  (FN_EXTRA2 + 119)
+#define FN_UNO_HEADER_FIRST                 (FN_EXTRA2 + 120)
+#define FN_UNO_FOOTER_FIRST                 (FN_EXTRA2 + 121)
+#define FN_UNO_TABLE_BORDER2                (FN_EXTRA2 + 122)
+
+#define FN_FIELD_DIALOG_DOC_PROPS           
TypedWhichId<SfxUnoAnyItem>(FN_EXTRA2 + 123)
+#define FN_UNO_HIDDEN                       (FN_EXTRA2 + 124)
+#define FN_UNO_STYLE_INTEROP_GRAB_BAG       (FN_EXTRA2 + 125)
+#define FN_UNO_TABLE_TEMPLATE_NAME          (FN_EXTRA2 + 126)
+#define FN_UNO_VISIBLE_AREA_WIDTH           (FN_EXTRA2 + 127)
+#define FN_UNO_VISIBLE_AREA_HEIGHT          (FN_EXTRA2 + 128)
+
+#define FN_UNO_TRANSFORMED_GRAPHIC          (FN_EXTRA2 + 129)
+#define FN_UNO_GRAPHIC_PREVIEW              (FN_EXTRA2 + 130)
 
 // Area: Help
 // Region: Traveling & Selection

Reply via email to