diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:51:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:51:30 +0000 |
commit | 95771af259ab5c52087907c9e3117a776250bc49 (patch) | |
tree | 9619c27b213417f884dae6d88d630267e2163379 /xmloff | |
parent | d07635f0282691d7981556a2e22410d5eafa4c8b (diff) |
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
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtstyli.cxx | 29 |
1 files changed, 14 insertions, 15 deletions
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 ) { } |