diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:49:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:49:03 +0000 |
commit | 4bb597cf8c07f2d89c10caa4f8ac30128b5e76b5 (patch) | |
tree | 9d493ac8fc0ea4a90b0575c4824427fe3496a9a6 /xmloff | |
parent | a40f04a6cb4327cc50ad0d7ebe5675e0c1770257 (diff) |
INTEGRATION: CWS warnings01 (1.29.34); FILE MERGED
2005/11/17 15:19:27 pl 1.29.34.2: #i55991# removed warnings
2005/11/03 17:47:12 cl 1.29.34.1: warning free code changes for unxlngi6
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtexppr.cxx | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx index ba1c18f104cd..238ce79e3ffd 100644 --- a/xmloff/source/text/txtexppr.cxx +++ b/xmloff/source/text/txtexppr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txtexppr.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:28:59 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:49:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -84,7 +84,7 @@ using namespace ::com::sun::star::text; using namespace ::com::sun::star::awt; void XMLTextExportPropertySetMapper::handleElementItem( - SvXMLExport& rExport, + SvXMLExport& rExp, const XMLPropertyState& rProperty, sal_uInt16 nFlags, const ::std::vector< XMLPropertyState > *pProperties, @@ -149,19 +149,19 @@ void XMLTextExportPropertySetMapper::handleElementItem( break; case CTF_SECTION_FOOTNOTE_END: - XMLSectionFootnoteConfigExport::exportXML(rExport, sal_False, + XMLSectionFootnoteConfigExport::exportXML(rExp, sal_False, pProperties, nIdx, getPropertySetMapper()); break; case CTF_SECTION_ENDNOTE_END: - XMLSectionFootnoteConfigExport::exportXML(rExport, sal_True, + XMLSectionFootnoteConfigExport::exportXML(rExp, sal_True, pProperties, nIdx, getPropertySetMapper()); break; default: - SvXMLExportPropertyMapper::handleElementItem( rExport, rProperty, nFlags, pProperties, nIdx ); + SvXMLExportPropertyMapper::handleElementItem( rExp, rProperty, nFlags, pProperties, nIdx ); break; } } @@ -221,8 +221,8 @@ XMLTextExportPropertySetMapper::XMLTextExportPropertySetMapper( SvXMLExportPropertyMapper( rMapper ), rExport( rExp ), bDropWholeWord( sal_False ), - maTabStopExport( rExp ), maDropCapExport( rExp ), + maTabStopExport( rExp ), maTextColumnsExport( rExp ), maBackgroundImageExport( rExp ) { @@ -899,6 +899,8 @@ void XMLTextExportPropertySetMapper::ContextFilter( if( pWrapContourState ) pWrapContourState->mnIndex = -1; break; + default: + break; } if( pWrapContourModeState && (!pWrapContourState || |