diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-09-16 11:40:47 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-09-16 12:09:08 +0200 |
commit | 4c4eb14b51634b73f61df7803ccc9414b9e143ab (patch) | |
tree | 20deacccc3c0c79525a94ce3809cdb75706465cb /xmloff | |
parent | 0a39eb2f583ed25e1ab51a18e2fb3419775d68dc (diff) |
Fix typo
Change-Id: I57b3d9e0d160a80074a629880c5b4b7608597745
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173434
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/xforms/xformsexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx index b5037dd637f4..20d50ebdbc54 100644 --- a/xmloff/source/xforms/xformsexport.cxx +++ b/xmloff/source/xforms/xformsexport.cxx @@ -325,7 +325,7 @@ void exportXFormsBinding( SvXMLExport& rExport, } // we need to ensure all the namespaces in the binding will work correctly. - // to do so, we will write out all missing namespace declaractions. + // to do so, we will write out all missing namespace declarations. const SvXMLNamespaceMap& rMap = rExport.GetNamespaceMap(); Reference<XNameAccess> xNamespaces( xBinding->getPropertyValue( u"ModelNamespaces"_ustr ), UNO_QUERY); |