summaryrefslogtreecommitdiff
path: root/sfx2/source/control/minfitem.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:17:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:17:13 +0000
commit86939f7cde7a9b5fe6502e14d0a13101d61d4d60 (patch)
tree8710f4fc0509cff11d308dccde8921d9c71161d6 /sfx2/source/control/minfitem.cxx
parent552d9bc171cdf017a4cd71fca2131c820a163211 (diff)
INTEGRATION: CWS warnings01 (1.3.64); FILE MERGED
2005/11/28 16:14:09 cd 1.3.64.1: #i55991# Remove warnings
Diffstat (limited to 'sfx2/source/control/minfitem.cxx')
-rw-r--r--sfx2/source/control/minfitem.cxx19
1 files changed, 10 insertions, 9 deletions
diff --git a/sfx2/source/control/minfitem.cxx b/sfx2/source/control/minfitem.cxx
index 01d91fcea132..6f946897a595 100644
--- a/sfx2/source/control/minfitem.cxx
+++ b/sfx2/source/control/minfitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: minfitem.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:05:06 $
+ * last change: $Author: hr $ $Date: 2006-06-19 22:17:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,13 +47,14 @@ TYPEINIT1(SfxMacroInfoItem, SfxPoolItem);
// -----------------------------------------------------------------------
-SfxMacroInfoItem::SfxMacroInfoItem(USHORT nWhich, // Slot-ID
- const BasicManager* pMgr,
- const String &rLibName,
- const String &rModuleName,
- const String &rMethodName,
- const String &rComment) :
- SfxPoolItem(nWhich),
+SfxMacroInfoItem::SfxMacroInfoItem(
+ USHORT nWhichId, // Slot-ID
+ const BasicManager* pMgr,
+ const String &rLibName,
+ const String &rModuleName,
+ const String &rMethodName,
+ const String &rComment) :
+ SfxPoolItem(nWhichId),
pBasicManager(pMgr),
aLibName(rLibName),
aModuleName(rModuleName),