[Libreoffice-commits] core.git: dbaccess/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 11 19:31:06 UTC 2019
dbaccess/source/ui/inc/TypeInfo.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 56406398dbb5c245552926eaecccfa7ea9c3a4c5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:46 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 21:29:14 2019 +0200
Fix typo
Change-Id: If4b7b256b913864c0916383ff6aee918a6f7bf38
Reviewed-on: https://gerrit.libreoffice.org/72158
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/inc/TypeInfo.hxx b/dbaccess/source/ui/inc/TypeInfo.hxx
index 4304bfd82c16..97c1e150c00f 100644
--- a/dbaccess/source/ui/inc/TypeInfo.hxx
+++ b/dbaccess/source/ui/inc/TypeInfo.hxx
@@ -107,7 +107,7 @@ const sal_uInt16 TYPE_BIT = 31;
@param _sCreateParams the create params
@param _nPrecision the precision
@param _nScale the scale
- @param _bAutoIncrement if it is a auto increment
+ @param _bAutoIncrement if it is an auto increment
@param _brForceToType true when type was found which has some differences
*/
TOTypeInfoSP getTypeInfoFromType(const OTypeInfoMap& _rTypeInfo,
More information about the Libreoffice-commits
mailing list