diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-09-18 14:15:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-09-18 14:15:52 +0000 |
commit | 4611b6257ec22ea206e07b8aaecdf16d465c82e5 (patch) | |
tree | d51ab63bb33fb77e8a36ccae99f095e64cdbb1eb /sc/inc/drdefuno.hxx | |
parent | 38c9f24beed901f95b953771c62503789268ffe2 (diff) |
#92075# exception specificaion
Diffstat (limited to 'sc/inc/drdefuno.hxx')
-rw-r--r-- | sc/inc/drdefuno.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/drdefuno.hxx b/sc/inc/drdefuno.hxx index 6d2d0b884bb1..5eaae6aa717c 100644 --- a/sc/inc/drdefuno.hxx +++ b/sc/inc/drdefuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drdefuno.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: nn $ $Date: 2001-03-05 11:30:27 $ + * last change: $Author: vg $ $Date: 2001-09-18 15:15:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ private: public: ScDrawDefaultsObj(ScDocShell* pDocSh); - virtual ~ScDrawDefaultsObj(); + virtual ~ScDrawDefaultsObj() throw (); virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); |