diff options
author | David Ostrovsky <david@ostrovsky.org> | 2014-09-20 11:21:11 +0200 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2014-09-21 00:48:01 +0200 |
commit | cf7832d642b749473fe07f83071536ab2c32fb70 (patch) | |
tree | 469c3a73a38bd72031ddb99ccd2f1ec3d169bb8f /oox | |
parent | be6acc2aff5fa7a39c9b3732f6616dd6125c2359 (diff) |
Fix some typos
Change-Id: I0f2821c87c03f8d3df2e60bab9e09ce6545e2b2c
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index 545e444d9eff..bf82eefbf779 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -161,7 +161,7 @@ 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 trasitional. + // strict vs traditional. std::set<sal_Int32> aSet; for (sal_Int32 i = 0; i < ids.getLength(); ++i) aSet.insert(ids[i].Second); |