diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-05 21:20:27 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-06 09:42:04 +0100 |
commit | 240e67e37e1aaf459315e31a298bfb434fc1da8c (patch) | |
tree | 152d1e24fda813f407dfe9b90e90ce99e598d320 /unotools/source | |
parent | 3e38b81a65ced47595e9760bdc622d9434b72cc0 (diff) |
Fix typos
Change-Id: I005023337dbe593e0ac1d76f7b10848d24f314a5
Reviewed-on: https://gerrit.libreoffice.org/50785
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/config/moduleoptions.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index 1e3bcaf5b32d..7bfcede60714 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -675,13 +675,13 @@ bool SvtModuleOptions_Impl::ClassifyFactoryByName( const OUString& sName, SvtMod /*-************************************************************************************************************ @short read factory configuration @descr Give us a list of pure factory names (long names!) which can be used as - direct set node names ... and we read her property values and fill internal list. + direct set node names... and we read her property values and fill internal list. These method can be used by initial reading at ctor and later updating by "Notify()". @seealso ctor @seealso method Notify() - @param "lFactories" is the list of set node entries which should be readed. + @param "lFactories" is the list of set node entries which should be read. @onerror We do nothing. @threadsafe no *//*-*************************************************************************************************************/ |