summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-10-02 12:24:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-10-02 12:24:55 +0000
commit3056802e8bb8359a3a4e3640481233da5242c913 (patch)
treed222a95547cdfee7080e413d423725f9e24140a1 /configmgr
parent753720112d1222aee7540ddbf0aa91a612f8ca4a (diff)
#65295# exception specification
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/api2/providerimpl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/api2/providerimpl.cxx b/configmgr/source/api2/providerimpl.cxx
index b66889b7a6d5..d419117c4add 100644
--- a/configmgr/source/api2/providerimpl.cxx
+++ b/configmgr/source/api2/providerimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: providerimpl.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: jb $ $Date: 2001-09-28 12:44:03 $
+ * last change: $Author: vg $ $Date: 2001-10-02 13:24:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -373,7 +373,7 @@ namespace configmgr
}
//-----------------------------------------------------------------------------
- sal_Bool OProviderImpl::fetchDefaultData(AbsolutePath const& aSubtreePath, const vos::ORef < OOptions >& _xOptions, sal_Int16 nMinLevels) throw()
+ sal_Bool OProviderImpl::fetchDefaultData(AbsolutePath const& aSubtreePath, const vos::ORef < OOptions >& _xOptions, sal_Int16 nMinLevels) throw(uno::Exception)
{
return m_pTreeMgr->fetchDefaultData(aSubtreePath, _xOptions, nMinLevels);
}