diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-11 18:23:31 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-12 12:22:31 +0100 |
commit | 2bebf6779024ea0fb1dbac1fe9f10abc9ff128a3 (patch) | |
tree | 1880fa4b133fb5575596c0adfa66bfe8fcf10692 /xmloff/source | |
parent | 975ceab198a06558875006bbd9a4d0a2708e416e (diff) |
typos
Change-Id: I970429c266cc1a8cf36cfba379b447899b5dbce9
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() |