summaryrefslogtreecommitdiff
path: root/sfx2/source/menu/mnumgr.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-08-15 14:12:45 +0000
committerMathias Bauer <mba@openoffice.org>2001-08-15 14:12:45 +0000
commit4ddad9a990d2c1e99737c0358a918b1712e21252 (patch)
tree980ed39cef2a8fca659b8fa3eff20124a918d0c8 /sfx2/source/menu/mnumgr.cxx
parent469c0743b7360e6ce5a75e28ce320da051a71de8 (diff)
#90524#: don't assign slotids to macros while importing
Diffstat (limited to 'sfx2/source/menu/mnumgr.cxx')
-rw-r--r--sfx2/source/menu/mnumgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/menu/mnumgr.cxx b/sfx2/source/menu/mnumgr.cxx
index 08b2b2c14eec..fe8417785f8a 100644
--- a/sfx2/source/menu/mnumgr.cxx
+++ b/sfx2/source/menu/mnumgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mnumgr.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: cd $ $Date: 2001-08-03 18:21:14 $
+ * last change: $Author: mba $ $Date: 2001-08-15 15:12:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -670,7 +670,7 @@ void SfxMenuManager::ConstructSvMenu( Menu* pSuper, SvStream& rStream,
{
SfxMacroInfo aInfo;
rStream >> aInfo;
- nId = aInfo.GetSlotId();
+// nId = aInfo.GetSlotId();
}
pSuper->InsertItem( nId, aTitle );