summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.cxx
diff options
context:
space:
mode:
authorOcke Janssen <Ocke.Janssen@sun.com>2009-11-11 14:19:14 +0100
committerOcke Janssen <Ocke.Janssen@sun.com>2009-11-11 14:19:14 +0100
commit3191f5add38f67750386c4f2e162e0bb63973de5 (patch)
treeecc80100965046daedb04e43f0e25a28c19b3b1e /extensions/source/bibliography/datman.cxx
parent6a5a7feeb4c760b895628fff17e7491d08d764fb (diff)
#i105086# impl clob and blob
Diffstat (limited to 'extensions/source/bibliography/datman.cxx')
-rw-r--r--extensions/source/bibliography/datman.cxx2
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: