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
commit2be78e9376a2bbc599fbf47ab4eaa46a4452086a (patch)
tree050e581c18a546ba4a9ef10a31c5dfd4b6777926 /xmloff
parent2c5f3134c4d4d792b2eeb500d3a65e1f54f9fdf9 (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 2760648f51..6dec9cb69f 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()