summaryrefslogtreecommitdiff
path: root/sfx2/source/control/msgpool.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 09:47:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 09:47:05 +0000
commite10d04eea958dc39c4f4375d854e85ea3c1bcc68 (patch)
tree424d9fade9b02df5d04e2a1425d62552b67f1f7c /sfx2/source/control/msgpool.cxx
parent667a345a614d1c24395007cd56d2e96f5904ef08 (diff)
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)
Diffstat (limited to 'sfx2/source/control/msgpool.cxx')
-rw-r--r--sfx2/source/control/msgpool.cxx6
1 files changed, 3 insertions, 3 deletions
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 ) )