diff options
author | Jörg Barfurth <jb@openoffice.org> | 2002-07-03 13:07:28 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2002-07-03 13:07:28 +0000 |
commit | 16aadacd4a6ffadb3e24a588f30029d2db24aefa (patch) | |
tree | 2052710e8942cc3fd02619132b582895c5e31fd2 /configmgr/source/xml/layerparser.cxx | |
parent | 574f26b8d8db599b402bfc7c2a7c8282d6970ae5 (diff) |
#98489# Adjust parsing to the real file format
Diffstat (limited to 'configmgr/source/xml/layerparser.cxx')
-rw-r--r-- | configmgr/source/xml/layerparser.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/xml/layerparser.cxx b/configmgr/source/xml/layerparser.cxx index f2e360206c8b..725d2871ab7b 100644 --- a/configmgr/source/xml/layerparser.cxx +++ b/configmgr/source/xml/layerparser.cxx @@ -2,9 +2,9 @@ * * $RCSfile: layerparser.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jb $ $Date: 2002-05-27 10:37:00 $ + * last change: $Author: jb $ $Date: 2002-07-03 14:07:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,6 +131,7 @@ void SAL_CALL LayerParser::startElement( const OUString& aName, const uno::Refer case ElementType::group: case ElementType::set: OSL_ENSURE( false, "Layer XML parser - Unexpected: found group/set element (should be 'node')\n"); // fall thru + case ElementType::layer: case ElementType::node: this->startNode(aInfo,xAttribs); OSL_ASSERT( this->isInNode() && !this->isInProperty() ); |