summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-29 11:15:02 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-29 11:15:02 +0000
commit613e8d5b52d33b1929ee633401b29f5256de2c54 (patch)
tree5ee2787842da0dc5f0e5a5f8dcd978eecf3603ff /connectivity
parenta73234c72f691c24b519a453011045301cc1636b (diff)
INTEGRATION: CWS dba203a (1.91.22); FILE MERGED
2006/03/06 11:23:10 fs 1.91.22.1: #i62665# when creating tables, use proper re-throw
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index cbeedd12243e..cfa961bc64d6 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DTable.cxx,v $
*
- * $Revision: 1.91 $
+ * $Revision: 1.92 $
*
- * last change: $Author: obo $ $Date: 2006-01-16 15:03:59 $
+ * last change: $Author: obo $ $Date: 2006-03-29 12:15:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1115,7 +1115,7 @@ BOOL ODbaseTable::CreateFile(const INetURLObject& aFile, BOOL& bCreateMemo)
catch(const Exception&)
{
}
- throw e;
+ throw;
}
return TRUE;
}