From c8cc4c29369f3d5df22c0b9260c00816a7c891eb Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 4 Sep 2022 09:19:16 +0200 Subject: [PATCH] Avoid dup in include/xmloff/families.hxx by renumbering a bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Caolán McNamara --- include/xmloff/families.hxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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