diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-12 12:05:54 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-12 12:05:54 +0000 |
commit | b04103921ff00ef60ca5969a73538f7fe3e2c2dc (patch) | |
tree | 63d5584193d2ab172dd9572fc68aae69867c37ad /svx/source/inc | |
parent | e994188f9563c3d76f543495b8ee76c4f7f6b1d1 (diff) |
#92075#
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/xmlxtimp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/xmlxtimp.hxx b/svx/source/inc/xmlxtimp.hxx index b0fb0a77985a..5fd9808e8aa9 100644 --- a/svx/source/inc/xmlxtimp.hxx +++ b/svx/source/inc/xmlxtimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlxtimp.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: cl $ $Date: 2001-02-27 14:18:58 $ + * last change: $Author: hjs $ $Date: 2001-09-12 13:05:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ class SvxXMLXTableImport : public SvXMLImport public: SvxXMLXTableImport( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > & rTable, com::sun::star::uno::Reference< com::sun::star::document::XGraphicObjectResolver >& xGrfResolver); - virtual ~SvxXMLXTableImport(); + virtual ~SvxXMLXTableImport() throw (); static sal_Bool load( const rtl::OUString& rUrl, const com::sun::star::uno::Reference< com::sun::star::container::XNameContainer >& xTable ) throw(); protected: |