summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-07 14:30:53 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-07 14:30:53 +0000
commit961c61cbd92ca36740d2f84f733e18438ae969cc (patch)
tree8c361b846e8489d34d6ad907b3710330a557edfe /sfx2/source/appl/appcfg.cxx
parentd255ef832046e308def99dd35bf8f082dae778e7 (diff)
INTEGRATION: CWS gtkquickstart2 (1.67.32); FILE MERGED
2006/10/20 13:50:11 mmeeks 1.67.32.1: Issue number: i#70620# Submitted by: mmeeks Fix veto'ing and sensitivity of setting in option dialog if not available.
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index 1e566d29529c..3842308063c9 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appcfg.cxx,v $
*
- * $Revision: 1.68 $
+ * $Revision: 1.69 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:46:41 $
+ * last change: $Author: kz $ $Date: 2006-11-07 15:30:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -413,21 +413,17 @@ BOOL SfxApplication::GetOptions( SfxItemSet& rSet )
break;
case SID_ATTR_QUICKLAUNCHER :
{
-#ifdef WNT
if ( ShutdownIcon::IsQuickstarterInstalled() )
{
-#endif
if ( rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_QUICKLAUNCHER ),
ShutdownIcon::GetAutostart() ) ) )
bRet = TRUE;
-#ifdef WNT
}
else
{
rSet.DisableItem( rPool.GetWhich( SID_ATTR_QUICKLAUNCHER ) );
bRet = TRUE;
}
-#endif
break;
}
case SID_SAVEREL_INET :