summaryrefslogtreecommitdiff
path: root/forms/source/component/Currency.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-09-12 10:27:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-09-12 10:27:44 +0000
commite0d497c5b9cf75e9a14f7f1918c6c5b66d28ccbd (patch)
treea902d4e72efcbb5df804dea90d830de83259b4bb /forms/source/component/Currency.hxx
parent5d5b725f699d252538bfe62b268191a0a4bde16d (diff)
#92075# exception specification
Diffstat (limited to 'forms/source/component/Currency.hxx')
-rw-r--r--forms/source/component/Currency.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Currency.hxx b/forms/source/component/Currency.hxx
index 357491ae23ec..7ae2aa3aa26e 100644
--- a/forms/source/component/Currency.hxx
+++ b/forms/source/component/Currency.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Currency.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 11:24:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ public:
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
// ::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();