From 95771af259ab5c52087907c9e3117a776250bc49 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 17:51:30 +0000 Subject: INTEGRATION: CWS warnings01 (1.26.32); FILE MERGED 2005/11/03 17:47:13 cl 1.26.32.1: warning free code changes for unxlngi6 --- xmloff/source/text/txtstyli.cxx | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/text/txtstyli.cxx b/xmloff/source/text/txtstyli.cxx index 1b4ec945f1fb..f0957fac0c7e 100644 --- a/xmloff/source/text/txtstyli.cxx +++ b/xmloff/source/text/txtstyli.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txtstyli.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:34:13 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:51:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -178,19 +178,18 @@ XMLTextStyleContext::XMLTextStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const Reference< XAttributeList > & xAttrList, SvXMLStylesContext& rStyles, sal_uInt16 nFamily, - sal_Bool bDefaultStyle ) : - XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, - nFamily, bDefaultStyle ), - bAutoUpdate( sal_False ), - bHasMasterPageName( sal_False ), - bHasCombinedCharactersLetter( sal_False ), - nOutlineLevel( 0 ), - pEventContext( NULL ), - sIsAutoUpdate( RTL_CONSTASCII_USTRINGPARAM( "IsAutoUpdate" ) ), - sCategory( RTL_CONSTASCII_USTRINGPARAM( "Category" ) ), - sNumberingStyleName( RTL_CONSTASCII_USTRINGPARAM( "NumberingStyleName" ) ), - sPageDescName( RTL_CONSTASCII_USTRINGPARAM( "PageDescName" ) ), - sDropCapCharStyleName( RTL_CONSTASCII_USTRINGPARAM( "DropCapCharStyleName" ) ) + sal_Bool bDefaultStyle ) +: XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ) +, sIsAutoUpdate( RTL_CONSTASCII_USTRINGPARAM( "IsAutoUpdate" ) ) +, sCategory( RTL_CONSTASCII_USTRINGPARAM( "Category" ) ) +, sNumberingStyleName( RTL_CONSTASCII_USTRINGPARAM( "NumberingStyleName" ) ) +, sDropCapCharStyleName( RTL_CONSTASCII_USTRINGPARAM( "DropCapCharStyleName" ) ) +, sPageDescName( RTL_CONSTASCII_USTRINGPARAM( "PageDescName" ) ) +, nOutlineLevel( 0 ) +, bAutoUpdate( sal_False ) +, bHasMasterPageName( sal_False ) +, bHasCombinedCharactersLetter( sal_False ) +, pEventContext( NULL ) { } -- cgit