diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:46 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-11 21:29:14 +0200 |
commit | 56406398dbb5c245552926eaecccfa7ea9c3a4c5 (patch) | |
tree | 518722db16af7bb3fe3417daa83058f3c4e5f22a | |
parent | f86384e312d5a98867ccd60859d1159607a9a550 (diff) |
Fix typo
Change-Id: If4b7b256b913864c0916383ff6aee918a6f7bf38
Reviewed-on: https://gerrit.libreoffice.org/72158
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | dbaccess/source/ui/inc/TypeInfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |