summaryrefslogtreecommitdiff
path: root/framework/source/fwe
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-17 07:31:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-17 10:21:00 +0100
commit696bc1e951e785e71de74d61eeafd06c3e8a0283 (patch)
treec35a5b7adc7e55170c35f28cf9da580a7ba64ab8 /framework/source/fwe
parent677d606021304158c9faedf5353cf5c2fd92d3de (diff)
Fix typos
Change-Id: I4630ba4a93a32c47753422b29535c36b53ff3d5e Reviewed-on: https://gerrit.libreoffice.org/46635 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source/fwe')
-rw-r--r--framework/source/fwe/xml/xmlnamespaces.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/xml/xmlnamespaces.cxx b/framework/source/fwe/xml/xmlnamespaces.cxx
index 9b57861589c2..4b930ad33f20 100644
--- a/framework/source/fwe/xml/xmlnamespaces.cxx
+++ b/framework/source/fwe/xml/xmlnamespaces.cxx
@@ -66,7 +66,7 @@ void XMLNamespaces::addNamespace( const OUString& aName, const OUString& aValue
if ( aValue.isEmpty() && !aNamespaceName.isEmpty() )
{
- // namespace should be reseted - as xml draft states this is only allowed
+ // namespace should be reset - as xml draft states this is only allowed
// for the default namespace - check and throw exception if check fails
throw SAXException( "Clearing xml namespace only allowed for default namespace!", Reference< XInterface >(), Any() );
}