diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-05 18:50:09 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 09:24:07 +0200 |
commit | 39214c54efbefb1d78754ad14f936882c326a482 (patch) | |
tree | 3ede90b6c7cb8d156f41fd1849e33b433050fc1d /connectivity/source/commontools/paramwrapper.cxx | |
parent | 22ef2a15bb5cae4b877449237bb8d3e41f2d49db (diff) |
Typos
Mainly fixing '....' and '..'
Change-Id: Ic928701b319868671b826d757dd94c296fd5e942
Reviewed-on: https://gerrit.libreoffice.org/78668
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity/source/commontools/paramwrapper.cxx')
-rw-r--r-- | connectivity/source/commontools/paramwrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/paramwrapper.cxx b/connectivity/source/commontools/paramwrapper.cxx index aae53c2d2a0f..92c78e319276 100644 --- a/connectivity/source/commontools/paramwrapper.cxx +++ b/connectivity/source/commontools/paramwrapper.cxx @@ -194,7 +194,7 @@ namespace param { try { - // TODO : aParamType & nScale can be obtained within the constructor .... + // TODO : aParamType & nScale can be obtained within the constructor... sal_Int32 nParamType = DataType::VARCHAR; OSL_VERIFY( m_xDelegator->getPropertyValue("Type") >>= nParamType ); |