diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:10:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:10:30 +0000 |
commit | 456f8cab04887453cfda67baa10e4647211dca7d (patch) | |
tree | 6339535fbd68f14b96ccc76fea4edfbb771916ae | |
parent | dcc6691dd357e0150e8b2d2f328a539325e35346 (diff) |
INTEGRATION: CWS oasisbf4 (1.2.110); FILE MERGED
2004/11/22 11:20:16 bm 1.2.110.1: #i36728# correctly export add-ins with ooo namespace
-rw-r--r-- | xmloff/source/transform/ChartOOoTContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/transform/ChartOOoTContext.cxx b/xmloff/source/transform/ChartOOoTContext.cxx index 1f141319fa07..83be4129ac0e 100644 --- a/xmloff/source/transform/ChartOOoTContext.cxx +++ b/xmloff/source/transform/ChartOOoTContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ChartOOoTContext.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-07-13 08:44:12 $ + * last change: $Author: rt $ $Date: 2005-01-27 11:10:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -154,7 +154,7 @@ void XMLChartOOoTransformerContext::StartElement( "unexpected class token" ); if( ::xmloff::token::IsXMLToken( rAttrValue, XML_ADD_IN ) ) { - nClassName = -1; + nClassName = i; } else { |