summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/typedetectionexport.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-24 12:58:20 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-24 12:58:20 +0000
commitdcd97114f657fdf1119956f4d16ed0775097f020 (patch)
tree8dac43696c6ccc1e1a26e39fbd415a733f142b65 /filter/source/xsltdialog/typedetectionexport.cxx
parentfdbc0b32bd4d4f940582b40de916068580a5ffc5 (diff)
INTEGRATION: CWS mav4 (1.2.2); FILE MERGED
2003/04/11 09:56:27 cl 1.2.2.1: #108822# fixed type when export filter node
Diffstat (limited to 'filter/source/xsltdialog/typedetectionexport.cxx')
-rw-r--r--filter/source/xsltdialog/typedetectionexport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/xsltdialog/typedetectionexport.cxx b/filter/source/xsltdialog/typedetectionexport.cxx
index 162aa143dc45..242bd705982b 100644
--- a/filter/source/xsltdialog/typedetectionexport.cxx
+++ b/filter/source/xsltdialog/typedetectionexport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: typedetectionexport.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 16:31:40 $
+ * last change: $Author: rt $ $Date: 2003-04-24 13:58:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -215,7 +215,7 @@ void TypeDetectionExporter::doExport( Reference< XOutputStream > xOS, const XML
const filter_info_impl* pFilter = (*aIter);
xAttrList = pAttrList = new AttributeList;
- pAttrList->AddAttribute( sName, sCdataAttribute, pFilter->maType );
+ pAttrList->AddAttribute( sName, sCdataAttribute, pFilter->maFilterName );
xHandler->ignorableWhitespace ( sWhiteSpace );
xHandler->startElement( sNode, xAttrList );
addLocaleProperty( xHandler, sUIName, pFilter->maInterfaceName );