diff options
Diffstat (limited to 'editeng/source/xml/xmltxtimp.cxx')
-rw-r--r-- | editeng/source/xml/xmltxtimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/xml/xmltxtimp.cxx b/editeng/source/xml/xmltxtimp.cxx index f00d0d90189e..bf764daaddab 100644 --- a/editeng/source/xml/xmltxtimp.cxx +++ b/editeng/source/xml/xmltxtimp.cxx @@ -209,7 +209,7 @@ void SvxReadXML( EditEngine& rEditEngine, SvStream& rStream, const ESelection& r // aParserInput.sSystemId = aMedium.GetName(); xParser->parseStream( aParserInput ); } - while(0); + while(false); } catch( const uno::Exception& ) { |