From 86d90bfffb995141550a29755a0082c9df9f78e3 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 12 Dec 2006 16:46:33 +0000 Subject: [PATCH] INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/22 12:42:04 cl 1.4.316.1: #i69285# warning free code changes for unxlngi6.pro --- sd/source/ui/inc/outlinfo.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sd/source/ui/inc/outlinfo.hxx b/sd/source/ui/inc/outlinfo.hxx index 0a33dbccd455..c7bfd93dc2d1 100644 --- a/sd/source/ui/inc/outlinfo.hxx +++ b/sd/source/ui/inc/outlinfo.hxx @@ -4,9 +4,9 @@ * * $RCSfile: outlinfo.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:47:36 $ + * last change: $Author: kz $ $Date: 2006-12-12 17:46:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,15 +93,15 @@ private: Rectangle aParaBound; Point aTextOffset; OutlinerParagraph* pParagraphs; - OutputDevice* pOut; + OutputDevice* mpOut; ULONG nParaCount; ULONG nCurPara; long nExtraData; BOOL bInit; BOOL mbVertical; - OutlinerInfo( const OutlinerInfo& rInfo ) {} - OutlinerInfo& operator=( const OutlinerInfo& rInfo ) { return *this; } + OutlinerInfo( const OutlinerInfo& ) {} + OutlinerInfo& operator=( const OutlinerInfo& ) { return *this; } DECL_LINK( DrawPortionHdl, DrawPortionInfo* );