#92075# exception specification

This commit is contained in:
Vladimir Glazounov
2001-09-12 16:46:54 +00:00
parent 17c4c4b85c
commit 15616fe716
6 changed files with 30 additions and 30 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: Pattern.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: oj $ $Date: 2000-11-23 08:48:15 $
* last change: $Author: vg $ $Date: 2001-09-12 17:45:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ public:
virtual StringSequence SAL_CALL getSupportedServiceNames() throw();
// ::com::sun::star::io::XPersistObject
virtual ::rtl::OUString SAL_CALL getServiceName();
virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException);
// starform::XReset
virtual void _reset();