Kaydet (Commit) 1794e802 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED

2005/11/03 17:47:11 cl 1.10.32.1: warning free code changes for unxlngi6
üst fe8d0a6f
......@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTextMasterPageContext.cxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: rt $ $Date: 2005-09-09 15:24:04 $
* last change: $Author: hr $ $Date: 2006-06-19 18:46:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -102,20 +102,19 @@ TYPEINIT1( XMLTextMasterPageContext, SvXMLStyleContext );
XMLTextMasterPageContext::XMLTextMasterPageContext( SvXMLImport& rImport,
sal_uInt16 nPrfx, const OUString& rLName,
const Reference< XAttributeList > & xAttrList,
sal_Bool bOverwrite ) :
SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_MASTER_PAGE ),
sIsPhysical( RTL_CONSTASCII_USTRINGPARAM( "IsPhysical" ) ),
sFollowStyle( RTL_CONSTASCII_USTRINGPARAM( "FollowStyle" ) ),
sPageStyleLayout( RTL_CONSTASCII_USTRINGPARAM( "PageStyleLayout" ) ),
sPageMasterName(),
bInsertHeader( sal_False ),
bInsertFooter( sal_False ),
bInsertHeaderLeft( sal_False ),
bInsertFooterLeft( sal_False ),
bHeaderInserted( sal_False ),
bFooterInserted( sal_False ),
bHeaderLeftInserted( sal_False ),
bFooterLeftInserted( sal_False )
sal_Bool bOverwrite )
: SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_MASTER_PAGE )
, sIsPhysical( RTL_CONSTASCII_USTRINGPARAM( "IsPhysical" ) )
, sPageStyleLayout( RTL_CONSTASCII_USTRINGPARAM( "PageStyleLayout" ) )
, sFollowStyle( RTL_CONSTASCII_USTRINGPARAM( "FollowStyle" ) )
, bInsertHeader( sal_False )
, bInsertFooter( sal_False )
, bInsertHeaderLeft( sal_False )
, bInsertFooterLeft( sal_False )
, bHeaderInserted( sal_False )
, bFooterInserted( sal_False )
, bHeaderLeftInserted( sal_False )
, bFooterLeftInserted( sal_False )
{
OUString sName, sDisplayName;
sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment