summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-06-05 08:33:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-06-05 08:33:43 +0000
commit98b5a798fd3c599bb518f2a609d434222e7d07b0 (patch)
treed66e5989cc290bad75df7b1cb42ec5bda135f1c6 /xmlhelp
parent90bbf7979485a7109cdbd5455fb17d38d1932b7d (diff)
#65293# exception specification
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/provider.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx
index 80a5bf9775b4..5b6461c5f4ab 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.cxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: provider.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: abi $ $Date: 2002-05-31 10:31:38 $
+ * last change: $Author: vg $ $Date: 2002-06-05 09:33:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -233,6 +233,7 @@ Reference< XContent > SAL_CALL ContentProvider::queryContent( const Reference< X
void SAL_CALL
ContentProvider::dispose()
+ throw ( com::sun::star::uno::RuntimeException)
{
if(m_xContainer.is())
{