[Libreoffice-commits] core.git: oox/source
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Wed Oct 15 01:24:23 PDT 2014
oox/source/core/xmlfilterbase.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 948afbaf3901909a62f06a73698a6172d3bc6d45
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Tue Oct 14 23:27:52 2014 -0500
I think this is what was meant, see cf7832d6
Change-Id: I626e3a36426958d7ba1fd320cf8e1a3bf2f3595f
Reviewed-on: https://gerrit.libreoffice.org/11980
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx
index 001c9db..9516b82 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<OUString, sal_Int32> > 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<sal_Int32> aSet;
for (sal_Int32 i = 0; i < ids.getLength(); ++i)
aSet.insert(ids[i].Second);
More information about the Libreoffice-commits
mailing list