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 <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
9928f139e8
commit
c8cc4c2936
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue