summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authoros <os@openoffice.org>2011-02-21 16:22:29 +0100
committeros <os@openoffice.org>2011-02-21 16:22:29 +0100
commitd352999c3a867f3e973b325b440ef2d8ce5f776d (patch)
tree05a58b9250d447b72e610b34f74a2a251ad157a1 /xmloff
parent4324671ebd6b7106899526653907d20002dad7c3 (diff)
os150: #i76415# namespace XLINK added
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLAutoTextEventExport.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventExport.cxx b/xmloff/source/text/XMLAutoTextEventExport.cxx
index dcef23ba5734..eab3c77efc7f 100644
--- a/xmloff/source/text/XMLAutoTextEventExport.cxx
+++ b/xmloff/source/text/XMLAutoTextEventExport.cxx
@@ -221,6 +221,9 @@ void XMLAutoTextEventExport::addNamespaces()
GetAttrList().AddAttribute(
GetNamespaceMap().GetAttrNameByIndex( XML_NAMESPACE_OOO ),
GetNamespaceMap().GetNameByIndex( XML_NAMESPACE_OOO ) );
+ GetAttrList().AddAttribute(
+ GetNamespaceMap().GetAttrNameByIndex( XML_NAMESPACE_XLINK ),
+ GetNamespaceMap().GetNameByIndex( XML_NAMESPACE_XLINK ) );
}
void XMLAutoTextEventExport::exportEvents()