summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2001-03-13 14:55:46 +0000
committerGregor Hartmann <gh@openoffice.org>2001-03-13 14:55:46 +0000
commit11ef43993b606617d47ae3164465a36aabf49458 (patch)
tree26df7586bd1a2ba8926b9199b031d6f68ea99b07 /basic
parenta2de5aaf806a7fc07ab812845a948a25bf488589 (diff)
#83874#Menu handling caused GPF
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/app.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index a89500865a1d..3f1b3d0a7e0c 100644
--- a/basic/source/app/app.cxx
+++ b/basic/source/app/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kso $ $Date: 2001-02-06 10:35:44 $
+ * last change: $Author: gh $ $Date: 2001-03-13 15:55:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1001,7 +1001,7 @@ IMPL_LINK( BasicFrame, InitMenu, Menu *, pMenu )
IMPL_LINK_INLINE_START( BasicFrame, DeInitMenu, Menu *, pMenu )
{
- pMenu->EnableItem( RID_RUNCOMPILE );
+/* pMenu->EnableItem( RID_RUNCOMPILE );
pMenu->EnableItem( RID_FILECLOSE );
pMenu->EnableItem( RID_FILESAVE );
@@ -1014,7 +1014,7 @@ IMPL_LINK_INLINE_START( BasicFrame, DeInitMenu, Menu *, pMenu )
pMenu->EnableItem( RID_RUNNEXTERR );
pMenu->EnableItem( RID_RUNPREVERR );
if( pWork ) pWork->DeInitMenu( pMenu );
-
+*/
SetAutoRun( FALSE );
String aString;