diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2014-04-26 17:16:52 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-04-28 10:50:22 +0100 |
commit | d8ae7ef18576101071f6cefbaa0feb970fb56267 (patch) | |
tree | caf17a79613648751bff8398264f602ef2c09229 /xmloff | |
parent | 14e06df21d60f0dcd681bd77beeba731533f81e2 (diff) |
German Comment translation
for directories with only a trivial set of lingering comments.
Change-Id: Id1ffa237549ee8fd82059caf68cc092f8c4a7efe
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtprmap.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx index 175b70727181..dba9a4f0f455 100644 --- a/xmloff/source/text/txtprmap.cxx +++ b/xmloff/source/text/txtprmap.cxx @@ -411,10 +411,10 @@ XMLPropertyMapEntry aXMLParaPropMap[] = XMLPropertyMapEntry aXMLAdditionalTextDefaultsMap[] = { - // RES_FOLLOW_TEXT_FLOW - DVO, OD 01.10.2003 #i18732# + // RES_FOLLOW_TEXT_FLOW - DVO #i18732# MG_ED( "IsFollowingTextFlow", STYLE, FLOW_WITH_TEXT, XML_TYPE_BOOL, 0 ), - // OD 2004-05-05 #i28701# - RES_WRAP_INFLUENCE_ON_OBJPOS + // #i28701# - RES_WRAP_INFLUENCE_ON_OBJPOS MG_ED( "WrapInfluenceOnPosition", DRAW, WRAP_INFLUENCE_ON_POSITION, XML_TYPE_WRAP_INFLUENCE_ON_POSITION, 0 ), M_END() @@ -786,10 +786,10 @@ XMLPropertyMapEntry aXMLFramePropMap[] = // RES_GRFATR_DRAWMODE MG_E( "GraphicColorMode", DRAW, COLOR_MODE, XML_TYPE_COLOR_MODE, 0 ), MG_E( "WritingMode", STYLE, WRITING_MODE, XML_TYPE_TEXT_WRITING_MODE_WITH_DEFAULT, 0 ), - // RES_FOLLOW_TEXT_FLOW - DVO, OD 01.10.2003 #i18732# + // RES_FOLLOW_TEXT_FLOW - DVO #i18732# MG_E( "IsFollowingTextFlow", DRAW, FLOW_WITH_TEXT, XML_TYPE_BOOL|MID_FLAG_SPECIAL_ITEM_EXPORT, CTF_OLD_FLOW_WITH_TEXT ), MG_E( "IsFollowingTextFlow", STYLE, FLOW_WITH_TEXT, XML_TYPE_BOOL, 0 ), - // OD 2004-05-05 #i28701# - RES_WRAP_INFLUENCE_ON_OBJPOS + // #i28701# - RES_WRAP_INFLUENCE_ON_OBJPOS MG_E( "WrapInfluenceOnPosition", DRAW, WRAP_INFLUENCE_ON_POSITION, XML_TYPE_WRAP_INFLUENCE_ON_POSITION, 0 ), // special entries for floating frames |