From 948afbaf3901909a62f06a73698a6172d3bc6d45 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Tue, 14 Oct 2014 23:27:52 -0500 Subject: I think this is what was meant, see cf7832d6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I626e3a36426958d7ba1fd320cf8e1a3bf2f3595f Reviewed-on: https://gerrit.libreoffice.org/11980 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- oox/source/core/xmlfilterbase.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oox') diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index 001c9dbbd32e..9516b82ff6e8 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -160,8 +160,8 @@ void registerNamespaces( FastParser& rParser ) { const Sequence< beans::Pair > ids = NamespaceIds::get(); - // Filter out duplicates: a namespace can have multiple URL's, think of - // strict vs traditional. + // Filter out duplicates: a namespace can have multiple URLs, think of + // strict vs transitional. std::set aSet; for (sal_Int32 i = 0; i < ids.getLength(); ++i) aSet.insert(ids[i].Second); -- cgit