summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbcbase/OTools.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-29 22:04:55 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-29 22:04:55 +0200
commit2fa1d80dfd4ee347d4df32ca49fa8e9ad46ada10 (patch)
treebb1e1b25f0fd22f35cf85cf9391e5353919aea69 /connectivity/source/drivers/odbcbase/OTools.cxx
parent0a9efb55a0563769492fe763180af0b6c03fc09e (diff)
parent0f305e2e2600cbe43a66a2b5942cb332e5f9bd0e (diff)
Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f
Diffstat (limited to 'connectivity/source/drivers/odbcbase/OTools.cxx')
-rw-r--r--connectivity/source/drivers/odbcbase/OTools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/odbcbase/OTools.cxx b/connectivity/source/drivers/odbcbase/OTools.cxx
index daa6d28a0acf..ceb502895caf 100644
--- a/connectivity/source/drivers/odbcbase/OTools.cxx
+++ b/connectivity/source/drivers/odbcbase/OTools.cxx
@@ -394,6 +394,7 @@ void OTools::bindValue( OConnection* _pConnection,
case SQL_TIMESTAMP:
*pLen = sizeof(TIMESTAMP_STRUCT);
*((TIMESTAMP_STRUCT*)_pData) = *(TIMESTAMP_STRUCT*)_pValue;
+ break;
}
}
catch ( ... )