include/xmloff/families.hxx |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit c8cc4c29369f3d5df22c0b9260c00816a7c891eb
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Sep 4 09:19:16 2022 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Sep 5 16:09:24 2022 +0200

    Avoid dup in include/xmloff/families.hxx by renumbering a bit
    
    306 was used twice.
    The renumbering should be harmless, see message here:
    
https://lists.freedesktop.org/archives/libreoffice/2022-September/089343.html
    
    Change-Id: I18b90b4302276d298202e6c2854d4aceb9a36e87
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139355
    Tested-by: Jenkins
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/include/xmloff/families.hxx b/include/xmloff/families.hxx
index bc2e315c036a..bad2200bcbe4 100644
--- a/include/xmloff/families.hxx
+++ b/include/xmloff/families.hxx
@@ -83,18 +83,18 @@ enum class XmlStyleFamily
     SD_PRESENTATION_ID     = 301,
 // families for derived from SvXMLStyleContext
     SD_PAGEMASTERCONTEXT_ID        = 302,
-    SD_PAGEMASTERSTYLECONTEXT_ID   = 306,
-    SD_PRESENTATIONPAGELAYOUT_ID   = 303,
+    SD_PAGEMASTERSTYLECONTEXT_ID   = 303,
+    SD_PRESENTATIONPAGELAYOUT_ID   = 304,
 // family for draw pool
-    SD_POOL_ID             = 304,
+    SD_POOL_ID             = 305,
 // family for presentation drawpage properties
-    SD_DRAWINGPAGE_ID      = 305,
+    SD_DRAWINGPAGE_ID      = 306,
 
-    SD_GRADIENT_ID         = 306,
-    SD_HATCH_ID            = 307,
-    SD_FILL_IMAGE_ID       = 308,
-    SD_MARKER_ID           = 309,
-    SD_STROKE_DASH_ID      = 310,
+    SD_GRADIENT_ID         = 307,
+    SD_HATCH_ID            = 308,
+    SD_FILL_IMAGE_ID       = 309,
+    SD_MARKER_ID           = 310,
+    SD_STROKE_DASH_ID      = 311,
 
 // Chart
 // reserved: 400..499

Reply via email to