diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-05-07 14:09:29 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-05-07 14:09:29 +0000 |
commit | 3ef779ae63aa009e635dc392f30487db31a04209 (patch) | |
tree | 930f27ad7681c79f7745da3229e32f1296c28c15 /framework/util | |
parent | 96e97d8185f6cb17ceb452a0079cf89761dfc117 (diff) |
moved the HelpAgentWindow implementation to SVTOOLS (prevent creating a new resource file here)
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index d859cba5f998..ab15589014cd 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # -# last change: $Author: fs $ $Date: 2001-05-07 13:53:14 $ +# last change: $Author: fs $ $Date: 2001-05-07 15:09:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,10 +124,8 @@ SHL1OBJS= $(SLO)$/registerservices.obj \ $(SLO)$/resetableguard.obj \ $(SLO)$/gate.obj \ $(SLO)$/omenudispatcher.obj \ - $(SLO)$/modulefwk.obj \ $(SLO)$/timerhelper.obj \ $(SLO)$/helpagentdispatcher.obj \ - $(SLO)$/helpagentwindow.obj \ $(SLO)$/menumanager.obj \ $(SLO)$/bmkmenu.obj |