diff options
author | Ocke Janssen <Ocke.Janssen@sun.com> | 2009-11-11 14:19:14 +0100 |
---|---|---|
committer | Ocke Janssen <Ocke.Janssen@sun.com> | 2009-11-11 14:19:14 +0100 |
commit | 3191f5add38f67750386c4f2e162e0bb63973de5 (patch) | |
tree | ecc80100965046daedb04e43f0e25a28c19b3b1e /extensions/source | |
parent | 6a5a7feeb4c760b895628fff17e7491d08d764fb (diff) |
#i105086# impl clob and blob
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index fa2b4c094fb3..be17d601e106 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -893,12 +893,14 @@ void BibDataManager::InsertFields(const Reference< XFormComponent > & _rxGrid) case DataType::BINARY: case DataType::VARBINARY: case DataType::LONGVARBINARY: + case DataType::BLOB: sCurrentModelType = C2U("TextField"); break; case DataType::VARCHAR: case DataType::LONGVARCHAR: case DataType::CHAR: + case DataType::CLOB: bFormattedIsNumeric = sal_False; // _NO_ break ! default: |