From e10d04eea958dc39c4f4375d854e85ea3c1bcc68 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 13 Apr 2004 09:47:05 +0000 Subject: INTEGRATION: CWS frmcontrols02 (1.4.362); FILE MERGED 2004/01/22 09:46:37 fs 1.4.362.1: #i24411# +GetSlotName (public version of GetSlotNameImpl) --- sfx2/source/control/msgpool.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sfx2/source/control/msgpool.cxx') diff --git a/sfx2/source/control/msgpool.cxx b/sfx2/source/control/msgpool.cxx index e6eec1dac6b5..011fe7fd970d 100644 --- a/sfx2/source/control/msgpool.cxx +++ b/sfx2/source/control/msgpool.cxx @@ -2,9 +2,9 @@ * * $RCSfile: msgpool.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mba $ $Date: 2002-09-24 14:28:57 $ + * last change: $Author: hr $ $Date: 2004-04-13 10:47:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -465,7 +465,7 @@ const SfxSlot* SfxSlotPool::NextSlot() // SlotName erfragen, gfs. mit HilfeText -String SfxSlotPool::GetSlotName_Impl(USHORT nId, String *pHelpText) const +String SfxSlotPool::GetSlotName(USHORT nId, String *pHelpText) const { // ist es eine Makro-SlotId? if ( SfxMacroConfig::IsMacroSlot( nId ) ) -- cgit