From 2bebf6779024ea0fb1dbac1fe9f10abc9ff128a3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 11 Jan 2016 18:23:31 +0100 Subject: typos Change-Id: I970429c266cc1a8cf36cfba379b447899b5dbce9 --- xmloff/source/text/txtimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source') diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index 53b6037fcbdc..eb087aab898c 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -2810,7 +2810,7 @@ void XMLTextImportHelper::AddCrossRefHeadingMapping(OUString const& rFrom, OUStr m_xImpl->m_pCrossRefHeadingBookmarkMap->insert(std::make_pair(rFrom, rTo)); } -// tdf#94804: hack to map cross reference fiels that reference duplicate marks +// tdf#94804: hack to map cross reference fields that reference duplicate marks // note that we can't really check meta:generator for this since the file might // be round-tripped by different versions preserving duplicates => always map void XMLTextImportHelper::MapCrossRefHeadingFieldsHorribly() -- cgit