summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 11:47:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 11:47:26 +0000
commit634a25fcf445c0807ff6b79e2f22d9913fb40a55 (patch)
treee3019c9c598a3f3c13388af22f88f8d6d2a1331c /basic
parentb56ce69d17ed8d9aa28838fd9225ccd50beb3095 (diff)
INTEGRATION: CWS gh15 (1.78.8); FILE MERGED
2008/07/22 09:47:47 gh 1.78.8.2: RESYNC: (1.78-1.79); FILE MERGED 2008/04/24 10:13:05 gh 1.78.8.1: #i63769#disable MDI interface
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index 2fec79bc46..0c7ef05687 100644
--- a/basic/source/app/app.cxx
+++ b/basic/source/app/app.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: app.cxx,v $
- * $Revision: 1.79 $
+ * $Revision: 1.80 $
*
* This file is part of OpenOffice.org.
*
@@ -971,7 +971,7 @@ void BasicFrame::WinMax_Restore()
BOOL bHasFullscreenWin = FALSE;
for( p = pList->First(); p && !bHasFullscreenWin ; p = pList->Next() )
bHasFullscreenWin |= ( p->GetWinState() == TT_WIN_STATE_MAX );
- GetMenuBar()->ShowButtons( bHasFullscreenWin, bHasFullscreenWin, bHasFullscreenWin );
+ GetMenuBar()->ShowButtons( bHasFullscreenWin, FALSE, FALSE );
WinShow_Hide();
}