summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmlprop.hxx1
-rw-r--r--xmloff/source/text/txtparae.cxx1
-rw-r--r--xmloff/source/text/txtprmap.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/inc/xmlprop.hxx b/xmloff/inc/xmlprop.hxx
index 27adbde570d7..ab7c53de01cf 100644
--- a/xmloff/inc/xmlprop.hxx
+++ b/xmloff/inc/xmlprop.hxx
@@ -165,6 +165,7 @@ inline constexpr OUStringLiteral PROP_DataRowSource = u"DataRowSource";
inline constexpr OUStringLiteral PROP_DataTableHBorder = u"DataTableHBorder";
inline constexpr OUStringLiteral PROP_DataTableOutline = u"DataTableOutline";
inline constexpr OUStringLiteral PROP_DataTableVBorder = u"DataTableVBorder";
+inline constexpr OUStringLiteral PROP_Decorative = u"Decorative";
inline constexpr OUStringLiteral PROP_Deep = u"Deep";
inline constexpr OUStringLiteral PROP_DefaultOutlineLevel = u"DefaultOutlineLevel";
inline constexpr OUStringLiteral PROP_Dim3D = u"Dim3D";
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 4b930e73a0b6..f9928e402295 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -3009,6 +3009,7 @@ XMLShapeExportFlags XMLTextParagraphExport::addTextFrameAttributes(
}
}
+ // TODO remove
if (xPropSetInfo->hasPropertyByName("Decorative")
&& rPropSet->getPropertyValue("Decorative").get<bool>())
{
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx
index 6b8ab2960ca7..c57c8c243540 100644
--- a/xmloff/source/text/txtprmap.cxx
+++ b/xmloff/source/text/txtprmap.cxx
@@ -887,6 +887,7 @@ XMLPropertyMapEntry const aXMLFramePropMap[] =
MAP_EXT( PROP_RelativeWidthRelation, XML_NAMESPACE_LO_EXT, XML_REL_WIDTH_REL, XML_TYPE_TEXT_HORIZONTAL_REL|XML_TYPE_PROP_GRAPHIC, CTF_RELWIDTHREL),
MAP_EXT( PROP_RelativeHeightRelation, XML_NAMESPACE_LO_EXT, XML_REL_HEIGHT_REL, XML_TYPE_TEXT_VERTICAL_REL|XML_TYPE_PROP_GRAPHIC, CTF_RELHEIGHTREL),
MG_E(PROP_TextVerticalAdjust, DRAW, TEXTAREA_VERTICAL_ALIGN, XML_TYPE_VERTICAL_ALIGN, 0),
+ MAP_EXT(PROP_Decorative, XML_NAMESPACE_LO_EXT, XML_DECORATIVE, XML_TYPE_BOOL|XML_TYPE_PROP_GRAPHIC, 0),
M_END()
};