summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-10-31 11:44:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-10-31 11:44:37 +0000
commit764cac1bb28788faa88557111b8b863fc05fbc70 (patch)
tree526f17dd0941e136cade04d9bfb7bce0d300ebde /dbaccess/source
parent8ab9010aee221356f62df32452a84f4ddbffb61c (diff)
#65293#: exception specification
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/browser/dbloader.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbloader.cxx b/dbaccess/source/ui/browser/dbloader.cxx
index 9f2cb5c02bf5..5092043ebd72 100644
--- a/dbaccess/source/ui/browser/dbloader.cxx
+++ b/dbaccess/source/ui/browser/dbloader.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbloader.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2000-10-26 14:40:46 $
+ * last change: $Author: hr $ $Date: 2000-10-31 12:44:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -164,7 +164,7 @@ extern "C" void SAL_CALL createRegistryInfo_DBContentLoader()
static OMultiInstanceAutoRegistration< DBContentLoader > aAutoRegistration;
}
// -------------------------------------------------------------------------
-Reference< XInterface > SAL_CALL DBContentLoader::Create( const Reference< XMultiServiceFactory > & rSMgr ) throw( Exception )
+Reference< XInterface > SAL_CALL DBContentLoader::Create( const Reference< XMultiServiceFactory > & rSMgr )
{
return *(new DBContentLoader(rSMgr));
}