summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-30 07:41:34 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-30 07:41:34 +0000
commit59a9029135f5e3448b6c3e921b1c1046e2cb6bcb (patch)
treeaaaeb25a7a4d19efdb8c681db707c3d38beb72b9 /sfx2/source/appl/shutdownicon.hxx
parent1dd60730007a376bcfd1bdd2ebbf65ed7f143fbe (diff)
INTEGRATION: CWS fwkfinal3 (1.17.44); FILE MERGED
2005/03/17 12:55:53 pb 1.17.44.1: fix: #i45078# make IsQuickstarterInstalled() public
Diffstat (limited to 'sfx2/source/appl/shutdownicon.hxx')
-rw-r--r--sfx2/source/appl/shutdownicon.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx
index b41559fc0458..7f41255338d5 100644
--- a/sfx2/source/appl/shutdownicon.hxx
+++ b/sfx2/source/appl/shutdownicon.hxx
@@ -61,7 +61,6 @@ class ShutdownIcon : public ShutdownIconServiceBase
#ifdef WNT
void initSystray();
void deInitSystray();
- static bool IsQuickstarterInstalled();
static void SetAutostartW32( const ::rtl::OUString& aShortcutName, bool bActivate );
static bool GetAutostartW32( const ::rtl::OUString& aShortcutName );
static void EnterModalMode();
@@ -100,6 +99,10 @@ class ShutdownIcon : public ShutdownIconServiceBase
void SetVeto( bool bVeto ) { m_bVeto = bVeto;}
bool GetVeto() { return m_bVeto; }
+#ifdef WNT
+ static bool IsQuickstarterInstalled();
+#endif
+
// Component Helper - force override
virtual void SAL_CALL disposing();