summaryrefslogtreecommitdiffstats
path: root/sw/inc/SwXMLSectionList.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-09-13 10:48:25 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-09-13 10:48:25 +0000
commitb6f3ecd99d373c07bd2a83cea9b5990ef592b6f7 (patch)
tree36f5a6be7da16b4e0c9cf907925e3210025e33bb /sw/inc/SwXMLSectionList.hxx
parent#92075# update exception handling (diff)
downloadcore-b6f3ecd99d373c07bd2a83cea9b5990ef592b6f7.tar.gz
core-b6f3ecd99d373c07bd2a83cea9b5990ef592b6f7.zip
#92075# update exception specifications
Diffstat (limited to 'sw/inc/SwXMLSectionList.hxx')
-rw-r--r--sw/inc/SwXMLSectionList.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/inc/SwXMLSectionList.hxx b/sw/inc/SwXMLSectionList.hxx
index 03abdd0cbc88..f8c67ae722aa 100644
--- a/sw/inc/SwXMLSectionList.hxx
+++ b/sw/inc/SwXMLSectionList.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXMLSectionList.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mtg $ $Date: 2001-07-10 17:15:36 $
+ * last change: $Author: mtg $ $Date: 2001-09-13 11:47:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -40,7 +40,7 @@
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
-*
+ *
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
@@ -82,7 +82,8 @@ protected:
public:
SvStrings & rSectionList;
SwXMLSectionList ( SvStrings & rNewSectionList );
- ~SwXMLSectionList ( );
+ virtual ~SwXMLSectionList ( )
+ throw();
};
class SvXMLSectionListContext : public SvXMLImportContext