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

INTEGRATION: CWS sixtyfour05 (1.39.108); FILE MERGED

2006/04/05 09:52:06 kendy 1.39.108.1: #i63935#
64bit: long -> sal_Int32 and the like
üst 81591f7f
......@@ -4,9 +4,9 @@
*
* $RCSfile: XMLSectionExport.cxx,v $
*
* $Revision: 1.39 $
* $Revision: 1.40 $
*
* last change: $Author: rt $ $Date: 2005-09-09 15:15:57 $
* last change: $Author: hr $ $Date: 2006-04-19 13:37:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1908,7 +1908,7 @@ void XMLSectionExport::ExportMasterDocHeadingDummies()
GetExport().EncodeStyleName( sStyle ) );
OUStringBuffer sTmp;
sTmp.append( nLevel+1L );
sTmp.append( nLevel + 1 );
GetExport().AddAttribute( XML_NAMESPACE_TEXT, XML_LEVEL,
sTmp.makeStringAndClear() );
SvXMLElementExport aElem( GetExport(), XML_NAMESPACE_TEXT, XML_H,
......
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