summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/StyleOOoTContext.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-04 07:12:27 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-04 07:12:27 +0000
commitb938eeef83a15ea841ea345a8c714f0dd789b2a6 (patch)
treeda6e93322b3454f7d8171fe37ea1482632874cf7 /xmloff/source/transform/StyleOOoTContext.cxx
parent11877898d6d32bc0f33f80c4427a11b2d2e011de (diff)
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
Diffstat (limited to 'xmloff/source/transform/StyleOOoTContext.cxx')
-rw-r--r--xmloff/source/transform/StyleOOoTContext.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/transform/StyleOOoTContext.cxx b/xmloff/source/transform/StyleOOoTContext.cxx
index 30c7dd27c970..178f76916ad3 100644
--- a/xmloff/source/transform/StyleOOoTContext.cxx
+++ b/xmloff/source/transform/StyleOOoTContext.cxx
@@ -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;