diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-29 09:31:26 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-29 11:15:42 +0200 |
commit | c87cf4e76f0cf032a37078fe185adc9b1ca14e06 (patch) | |
tree | ef3c14358b9a2c5460e49b8ab7de43dd29a2f22b /unotools/source/config/pathoptions.cxx | |
parent | a5dabf94fa32fb397141b7aee8e3daecb0240dc4 (diff) |
Fix typos
Change-Id: Iec31617554fae0f6c5a3d795a917ce9096d84405
Reviewed-on: https://gerrit.libreoffice.org/76521
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unotools/source/config/pathoptions.cxx')
-rw-r--r-- | unotools/source/config/pathoptions.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/pathoptions.cxx b/unotools/source/config/pathoptions.cxx index bbd01f1a40e6..02d71146e120 100644 --- a/unotools/source/config/pathoptions.cxx +++ b/unotools/source/config/pathoptions.cxx @@ -217,7 +217,7 @@ const OUString& SvtPathOptions_Impl::GetPath( SvtPathOptions::Paths ePath ) OUString aResult; sal_Int32 nHandle = m_aMapEnumToPropHandle[ static_cast<sal_Int32>(ePath) ]; - // Substitution is done by the service itself using the substition service + // Substitution is done by the service itself using the substitution service Any a = m_xPathSettings->getFastPropertyValue( nHandle ); a >>= aPathValue; if( ePath == SvtPathOptions::PATH_ADDIN || @@ -289,7 +289,7 @@ void SvtPathOptions_Impl::SetPath( SvtPathOptions::Paths ePath, const OUString& aNewValue = rNewPath; } - // Resubstitution is done by the service itself using the substition service + // Resubstitution is done by the service itself using the substitution service a <<= aNewValue; try { |