Kaydet (Commit) b938eeef authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS swfwknoassert (1.17.20); FILE MERGED

2006/11/15 14:40:29 cl 1.17.20.1: #i71531# added NONE case for transforming underline tags
üst 11877898
......@@ -4,9 +4,9 @@
*
* $RCSfile: StyleOOoTContext.cxx,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: obo $ $Date: 2006-09-17 11:28:37 $
* last change: $Author: rt $ $Date: 2006-12-04 08:12:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -654,6 +654,10 @@ void XMLPropertiesOOoTContext_Impl::StartElement(
eToken = XML_WAVE;
bDouble = sal_True;
break;
case XML_NONE:
eToken = XML_NONE;
bDouble = sal_False;
break;
default:
OSL_ENSURE( false, "xmloff::XMLPropertiesOOoTContext_Impl::StartElement(), unknown underline token!" );
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment