diff options
Diffstat (limited to 'unotools/source/config/defaultoptions.cxx')
-rw-r--r-- | unotools/source/config/defaultoptions.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/defaultoptions.cxx b/unotools/source/config/defaultoptions.cxx index e37106fa6f41..cb68c88e225d 100644 --- a/unotools/source/config/defaultoptions.cxx +++ b/unotools/source/config/defaultoptions.cxx @@ -248,7 +248,7 @@ SvtDefaultOptions_Impl::SvtDefaultOptions_Impl() : ConfigItem( ASCII_STR("Office { case ::com::sun::star::uno::TypeClass_STRING : { - // multi pathes + // multi paths if ( pValues[nProp] >>= aTempStr ) aFullPath = aPathOpt.SubstituteVariable( aTempStr ); else @@ -260,7 +260,7 @@ SvtDefaultOptions_Impl::SvtDefaultOptions_Impl() : ConfigItem( ASCII_STR("Office case ::com::sun::star::uno::TypeClass_SEQUENCE : { - // single pathes + // single paths aFullPath = OUString(); Sequence < OUString > aList; if ( pValues[nProp] >>= aList ) |