diff options
author | Bogdan B <buzea.bogdan@libreoffice.org> | 2023-10-04 17:02:21 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-10-04 18:42:36 +0200 |
commit | 7b4bf155b622e985cdc5f90d620d0a797bc48204 (patch) | |
tree | d3bbe03ffcdb2a0c9f845f2b7ceaf8738b1fa18a /xmloff | |
parent | 44401e14ff0aab5bc9505c2ec3b78ce91eaf8f4f (diff) |
tdf#145834 Consistency for "Fontwork"
Change-Id: I5f660fac8576d96bf2d2363106be56a4d4fb4f64
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157545
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/PropertyActionsOASIS.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/transform/PropertyActionsOOo.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/PropertyActionsOASIS.cxx b/xmloff/source/transform/PropertyActionsOASIS.cxx index 8860f3d22fa9..0de00fb5eace 100644 --- a/xmloff/source/transform/PropertyActionsOASIS.cxx +++ b/xmloff/source/transform/PropertyActionsOASIS.cxx @@ -150,7 +150,7 @@ XMLTransformerActionInit const aGraphicPropertyOASISAttrActionTable[] = { XML_NAMESPACE_DRAW, XML_FILL_IMAGE_NAME, XML_ATACTION_DECODE_STYLE_NAME_REF, XML_FAMILY_TYPE_FILL_IMAGE, 0, 0 }, - // Font work properties + // Fontwork properties { XML_NAMESPACE_DRAW, XML_FONTWORK_DISTANCE, XML_ATACTION_IN2INCH, NO_PARAMS }, { XML_NAMESPACE_DRAW, XML_FONTWORK_START, XML_ATACTION_IN2INCH, NO_PARAMS }, { XML_NAMESPACE_DRAW, XML_FONTWORK_SHADOW_OFFSET_X, XML_ATACTION_IN2INCH, NO_PARAMS }, diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx b/xmloff/source/transform/PropertyActionsOOo.cxx index cc6fc0e6b6f9..abcd7903737d 100644 --- a/xmloff/source/transform/PropertyActionsOOo.cxx +++ b/xmloff/source/transform/PropertyActionsOOo.cxx @@ -350,7 +350,7 @@ XMLTransformerActionInit const aGraphicPropertyOOoAttrActionTable[] = { XML_NAMESPACE_DRAW, XML_SIZE_PROTECT, XML_ATACTION_SIZE_PROTECT, NO_PARAMS }, { XML_NAMESPACE_DRAW, XML_FIT_TO_CONTOUR, XML_ATACTION_COPY, NO_PARAMS }, - // Font work properties + // Fontwork properties { XML_NAMESPACE_DRAW, XML_FONTWORK_STYLE, XML_ATACTION_COPY, NO_PARAMS }, { XML_NAMESPACE_DRAW, XML_FONTWORK_ADJUST, XML_ATACTION_COPY, NO_PARAMS }, { XML_NAMESPACE_DRAW, XML_FONTWORK_DISTANCE, XML_ATACTION_INCH2IN, NO_PARAMS }, |