diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:29:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:29:29 +0000 |
commit | b840aa64e3a4ac0261045cab3d9691527080185d (patch) | |
tree | 7ef9cddc9545ca99685ed080f63cb78851aa9735 /sfx2/source/doc/objcont.cxx | |
parent | cfe561ac29c93d8eb67ceca1e4afa7730752f7eb (diff) |
INTEGRATION: CWS vclcleanup02 (1.42.42); FILE MERGED
2003/12/04 15:54:06 mt 1.42.42.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'sfx2/source/doc/objcont.cxx')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 248ddc2b69d0..15bb10b40cde 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objcont.cxx,v $ * - * $Revision: 1.42 $ + * $Revision: 1.43 $ * - * last change: $Author: rt $ $Date: 2003-09-19 08:01:09 $ + * last change: $Author: vg $ $Date: 2004-01-06 16:29:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -279,9 +279,6 @@ SfxViewFrame* SfxObjectShell::LoadWindows_Impl( SfxTopFrame *pPreferedFrame ) BOOL bLoadDocView = aOpt.IsSaveDocView(); // In a StarPortal not possible at the moment - if ( Application::IsRemoteServer() ) - bLoadDocWins = FALSE; - if ( !bLoadDocView ) return 0; |