summaryrefslogtreecommitdiff
path: root/sfx2/source/control/msgpool.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:17:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:17:24 +0000
commit7f9216bfd894bb331810c5f921bc8544256be9d5 (patch)
tree45b6769c23482f07a2ed155df7e335d196c56e43 /sfx2/source/control/msgpool.cxx
parent86939f7cde7a9b5fe6502e14d0a13101d61d4d60 (diff)
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
Diffstat (limited to 'sfx2/source/control/msgpool.cxx')
-rw-r--r--sfx2/source/control/msgpool.cxx12
1 files changed, 5 insertions, 7 deletions
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()