diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-10-14 23:27:52 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-15 08:23:59 +0000 |
commit | 948afbaf3901909a62f06a73698a6172d3bc6d45 (patch) | |
tree | 08e5bc32889637eb04af3951e852028903bc3394 /oox/source | |
parent | 95eadfa772c7fcab763484e23e0410006a4ca067 (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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<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); |