summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/Handler.cxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-05-19 17:21:59 +0100
committerNoel Power <noel.power@novell.com>2011-05-19 17:25:12 +0100
commitd5aaa5b473dde529f3aef9c1e85c3b86dbe620c0 (patch)
tree2968c17c27eb78054cd4b4aa4f9fc360b849d835 /writerfilter/source/ooxml/Handler.cxx
parent5194f794f5162d1b27120c281a92f0ca7506b22d (diff)
Revert "fix for fod#37367 ( docx import of hyperlinks )"
This reverts commit ac80fce47404c0843c372336ab700d62297f1647. contains stray debug commits
Diffstat (limited to 'writerfilter/source/ooxml/Handler.cxx')
-rw-r--r--writerfilter/source/ooxml/Handler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/Handler.cxx b/writerfilter/source/ooxml/Handler.cxx
index 0f3a2a8dd..cad510a6e 100644
--- a/writerfilter/source/ooxml/Handler.cxx
+++ b/writerfilter/source/ooxml/Handler.cxx
@@ -309,7 +309,7 @@ OOXMLHyperlinkHandler::~OOXMLHyperlinkHandler()
sReturn += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\""));
sReturn += mFieldCode;
- mpFastContext->text(sReturn);
+ mpFastContext->characters(sReturn);
}
void OOXMLHyperlinkHandler::attribute(Id name, Value & val)