summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 15:24:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 15:24:26 +0000
commite2b233c19c5ba49e89c10a94fc635142506f7f17 (patch)
tree9edf17c88b8071bcb87578edf4178630bf664e5c /sfx2/source/appl/shutdownicon.cxx
parent0d1321a8d0add31b0253569569ffa154b4d9ab0d (diff)
INTEGRATION: CWS vclcleanup02 (1.35.44); FILE MERGED
2003/12/04 15:54:02 mt 1.35.44.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index 5dc94533ad93..c35e63d1ab18 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shutdownicon.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: rt $ $Date: 2003-09-19 07:57:42 $
+ * last change: $Author: vg $ $Date: 2004-01-06 16:24:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -540,7 +540,7 @@ void SAL_CALL ShutdownIcon::initialize( const ::com::sun::star::uno::Sequence< :
{
sal_Bool bQuickstart = sal_False;
bQuickstart = ::cppu::any2bool( aArguments[0] );
- if( Application::IsRemoteServer() || ( !bQuickstart && !GetAutostart() ) )
+ if( !bQuickstart && !GetAutostart() )
return;
m_pResMgr = SFX_APP()->GetSfxResManager();