diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-06-28 09:17:41 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-06-28 09:17:41 +0000 |
commit | 018d4866a576241bdae006cdf1cb3b7246646378 (patch) | |
tree | 5aec103577c1faf9d6bba4d68c0b98ca27b0357b /xmloff/inc/txtfldi.hxx | |
parent | 4d9038c2cf1bfefc15e48add864cc57ce6e8ec00 (diff) |
#99980# fixed database table type to int32
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 722f67bf0251..0a7a2ec66391 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtfldi.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: dvo $ $Date: 2002-06-11 14:59:34 $ + * last change: $Author: dvo $ $Date: 2002-06-28 10:17:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -527,7 +527,7 @@ class XMLDatabaseFieldImportContext : public XMLTextFieldImportContext ::rtl::OUString sDatabaseName; ::rtl::OUString sTableName; - sal_Int16 nCommandType; + sal_Int32 nCommandType; sal_Bool bCommandTypeOK; protected: |