diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-31 15:48:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-01 08:50:38 +0200 |
commit | 139f06fb3bc559f7773ddd8ccf15c133eeac7317 (patch) | |
tree | d65e80312b72f91a8d1559d762f8aae6833c7363 /include/xmloff | |
parent | 25304f8cd3d70860550a5fe9a0dbc40dd0abff03 (diff) |
Fix typo in code
It passed "make check" on Linux
Change-Id: I5aff28a8d241441335d4cede12a013384945aa9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101789
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/SettingsExportHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/SettingsExportHelper.hxx b/include/xmloff/SettingsExportHelper.hxx index 0937935a9c39..784c8dd67075 100644 --- a/include/xmloff/SettingsExportHelper.hxx +++ b/include/xmloff/SettingsExportHelper.hxx @@ -45,7 +45,7 @@ class XMLOFF_DLLPUBLIC XMLSettingsExportHelper { ::xmloff::XMLSettingsExportContext& m_rContext; - css::uno::Reference< css::util::XStringSubstitution > mxStringSubsitution; + css::uno::Reference< css::util::XStringSubstitution > mxStringSubstitution; void ManipulateSetting( css::uno::Any& rAny, const OUString& rName ) const; |