From d0e5ece6b765aef1ced30783f1b65c4c919d79b3 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Oct 2006 14:51:40 +0000 Subject: INTEGRATION: CWS sb59 (1.17.60); FILE MERGED 2006/08/16 09:31:17 sb 1.17.60.1: #i67487# Made code warning-free (wntmsci10). --- sfx2/source/control/request.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2/source/control/request.cxx') diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx index bf7106a783d5..095e6c1c2788 100644 --- a/sfx2/source/control/request.cxx +++ b/sfx2/source/control/request.cxx @@ -4,9 +4,9 @@ * * $RCSfile: request.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:28:12 $ + * last change: $Author: obo $ $Date: 2006-10-12 15:51:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ // class SfxRequest // // (C) 1996 - 2000 StarDivision GmbH, Hamburg, Germany -// $Author: obo $ $Date: 2006-09-17 16:28:12 $ $Revision: 1.18 $ +// $Author: obo $ $Date: 2006-10-12 15:51:40 $ $Revision: 1.19 $ // $Logfile: T:/sfx2/source/control/request.cxv $ $Workfile: REQUEST.CXX $ //------------------------------------------------------------------*/ @@ -525,7 +525,7 @@ const SfxPoolItem* SfxRequest::GetItem ( const SfxItemSet* pArgs, USHORT nSlotId, // Slot-Id oder Which-Id des Parameters - FASTBOOL bDeep, // FALSE: nicht in Parent-ItemSets suchen + bool bDeep, // false: nicht in Parent-ItemSets suchen TypeId aType // != 0: RTTI Pruefung mit Assertion ) -- cgit