diff options
Diffstat (limited to 'svx/source/xml/xmlxtimp.cxx')
-rw-r--r-- | svx/source/xml/xmlxtimp.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx index c9bec9b1d4e0..0461d7483e1c 100644 --- a/svx/source/xml/xmlxtimp.cxx +++ b/svx/source/xml/xmlxtimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlxtimp.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2004-11-09 12:38:53 $ + * last change: $Author: obo $ $Date: 2004-11-18 09:28:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -442,7 +442,6 @@ sal_Bool SvxXMLXTableImport::load( const OUString& rUrl, const Reference< XNameC uno::Reference < io::XStream > xIStm; uno::Reference< io::XActiveDataSource > xSource; - xml::sax::InputSource aParserInput; aParserInput.sSystemId = aMedium.GetName(); |