From 7f9216bfd894bb331810c5f921bc8544256be9d5 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 21:17:24 +0000 Subject: INTEGRATION: CWS warnings01 (1.7.64); FILE MERGED 2006/05/23 21:50:04 sb 1.7.64.3: RESYNC: (1.7-1.8); FILE MERGED 2005/11/29 08:51:53 cd 1.7.64.2: #i55991# Remove warnings 2005/11/28 16:14:09 cd 1.7.64.1: #i55991# Remove warnings --- sfx2/source/control/msgpool.cxx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'sfx2/source/control/msgpool.cxx') diff --git a/sfx2/source/control/msgpool.cxx b/sfx2/source/control/msgpool.cxx index 3bc7baf1347d..1ef2145332a8 100644 --- a/sfx2/source/control/msgpool.cxx +++ b/sfx2/source/control/msgpool.cxx @@ -4,9 +4,9 @@ * * $RCSfile: msgpool.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2006-05-02 16:28:47 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:17:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,9 +77,9 @@ struct SfxSlotType_Impl {} }; -DECL_2BYTEARRAY(SfxSlotGroupArr_Impl, USHORT, 6, 4); -DECL_PTRARRAY(SfxInterfaceArr_Impl, SfxInterface*, 6, 3); -DECL_PTRARRAY(SfxSlotTypeArr_Impl, SfxSlotType_Impl*, 8, 8); +DECL_2BYTEARRAY(SfxSlotGroupArr_Impl, USHORT, 6, 4) +DECL_PTRARRAY(SfxInterfaceArr_Impl, SfxInterface*, 6, 3) +DECL_PTRARRAY(SfxSlotTypeArr_Impl, SfxSlotType_Impl*, 8, 8) //==================================================================== @@ -382,8 +382,6 @@ const SfxSlot* SfxSlotPool::NextSlot() // SlotName erfragen, gfs. mit HilfeText -// SlotName erfragen, gfs. mit HilfeText - //-------------------------------------------------------------------- SfxInterface* SfxSlotPool::FirstInterface() -- cgit