diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:28:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:28:44 +0000 |
commit | 6752a0e10dd486c2379e8ab99d143ade10935bd9 (patch) | |
tree | eed5bb40808b3a9707615c50076647931ada5d8b /sfx2/source | |
parent | a061197b6e346b2f354fddb05e0bf651faf92ab5 (diff) |
INTEGRATION: CWS fwk82_SRC680 (1.93.22); FILE MERGED
2008/01/15 17:15:09 mba 1.93.22.1: #i83763#: load view settings for hidden views
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/view/topfrm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/topfrm.cxx b/sfx2/source/view/topfrm.cxx index 08a77dedb405..57ecdfe206cb 100644 --- a/sfx2/source/view/topfrm.cxx +++ b/sfx2/source/view/topfrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: topfrm.cxx,v $ * - * $Revision: 1.93 $ + * $Revision: 1.94 $ * - * last change: $Author: vg $ $Date: 2007-12-07 12:22:26 $ + * last change: $Author: rt $ $Date: 2008-01-29 16:28:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -883,7 +883,7 @@ sal_Bool SfxTopFrame::InsertDocument( SfxObjectShell* pDoc ) // aus den Dokument geladen werden, z.B. weil InsertDocument seinerseits // aus LoadWindows_Impl aufgerufen wurde! if ( !pJumpItem && !pPluginMode && pDoc && !pAreaItem && !pViewIdItem && !pModeItem && - !pImp->bHidden && pDoc->LoadWindows_Impl( this ) ) + pDoc->LoadWindows_Impl( this ) ) { if ( GetCurrentDocument() != pDoc ) // something went wrong during insertion |