diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 11:47:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 11:47:26 +0000 |
commit | 070216f2e2818a10e0e09602fb72951144f2f34c (patch) | |
tree | dfb004f6994d4003d3f6f6a136dd68e0f4af6cbf /basic/source | |
parent | 351f180445e65333b06334a17f61f6533151bc9d (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/source')
-rw-r--r-- | basic/source/app/app.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index 5f74c0f6fa34..fc663888f3a0 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(); } |