summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/glossary.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 15:19:56 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 15:19:56 +0000
commitb2cb77a9f53bde7740de44fe5a352ce0c7ffdda9 (patch)
tree20e9b9f3400f225efee976eec19190968ecc5c74 /sw/source/ui/misc/glossary.cxx
parent267ce2451ef66ca9223f7bbd2e4feb647c077428 (diff)
INTEGRATION: CWS pchfix04 (1.42.100); FILE MERGED
2007/02/05 08:27:49 os 1.42.100.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sw/source/ui/misc/glossary.cxx')
-rw-r--r--sw/source/ui/misc/glossary.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx
index 1b9e0bb16bfa..e1bf8564aab4 100644
--- a/sw/source/ui/misc/glossary.cxx
+++ b/sw/source/ui/misc/glossary.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: glossary.cxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:12:54 $
+ * last change: $Author: kz $ $Date: 2007-05-10 16:19:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,9 +47,6 @@
#ifndef _HINTIDS_HXX
#include <hintids.hxx>
#endif
-#ifndef _UIPARAM_HXX
-#include <uiparam.hxx>
-#endif
#ifndef _MENU_HXX //autogen
#include <vcl/menu.hxx>
@@ -726,7 +723,7 @@ IMPL_LINK( SwGlossaryDlg, MenuHdl, Menu *, pMn )
SvxMacro aEnd(aEmptyStr, aEmptyStr, STARBASIC);
pGlossaryHdl->GetMacros(aShortNameEdit.GetText(), aStart, aEnd );
- SvxMacroItem aItem;
+ SvxMacroItem aItem(RES_FRMMACRO);
if( aStart.GetMacName().Len() )
aItem.SetMacro( SW_EVENT_START_INS_GLOSSARY, aStart );
if( aEnd.GetMacName().Len() )