diff options
author | Eike Rathke <erack@redhat.com> | 2014-03-28 20:18:15 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-03-31 22:31:22 +0200 |
commit | 94a10aa1d6af3520f4c4f31337a040eb42e8c39e (patch) | |
tree | e9ba810c30ae1a370f932cf2b21c228994c6bc03 /sc | |
parent | 17e2d6982cee17888f97e1d268186e297a6c5dbd (diff) |
one more comment
Change-Id: I473efb4c8233eed1a3a00ce9ab8c1fa84583e2a4
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/docsh8.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx index 989b7f4e6150..b7d049a9b52d 100644 --- a/sc/source/ui/docshell/docsh8.cxx +++ b/sc/source/ui/docshell/docsh8.cxx @@ -677,7 +677,7 @@ void lcl_GetColumnTypes( else if ( nFieldLen > 19 ) nFieldLen = 19; // dBaseIII numeric field length limit: 19 if ( nPrecision && nFieldLen < nPrecision + 2 ) - nFieldLen = nPrecision + 2; // 0. muss mit reinpassen + nFieldLen = nPrecision + 2; // 0. must fit into // 538 MUST: Sdb internal representation adds 2 to the field length! // To give the user what he wants we must substract it here. //! CAVEAT! There is no way to define a numeric field with a length |