summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 17:19:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 17:19:49 +0000
commitf9a98868bd5726cac7178509c489adff589ce28b (patch)
tree76a6a5e9b48693a6d85cb41b45feb124c5df9a41
parente80bb313951d2b276e3c94d71b4fc29d2c37e5e7 (diff)
INTEGRATION: CWS impress123 (1.73.44); FILE MERGED
2007/07/12 12:23:46 cl 1.73.44.2: RESYNC: (1.73-1.75); FILE MERGED 2007/07/03 14:06:44 sj 1.73.44.1: #140294# now writing missing href attribute, even if the href ist empty
-rw-r--r--xmloff/source/text/txtflde.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index ae4ba6351227..799b2c6f540f 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtflde.cxx,v $
*
- * $Revision: 1.75 $
+ * $Revision: 1.76 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 16:14:38 $
+ * last change: $Author: hr $ $Date: 2007-08-02 18:19:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1787,7 +1787,7 @@ void XMLTextFieldExport::ExportFieldHelper(
// this field is a special case because it gets mapped onto a
// hyperlink, rather than one of the regular text field.
ProcessString(XML_HREF, GetExport().GetRelativeReference(GetStringProperty(sPropertyURL, rPropSet)),
- sal_True, XML_NAMESPACE_XLINK);
+ sal_False, XML_NAMESPACE_XLINK);
ProcessString(XML_TARGET_FRAME_NAME,
GetStringProperty(sPropertyTargetFrame,rPropSet),
sal_True, XML_NAMESPACE_OFFICE);