summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.hxx
diff options
context:
space:
mode:
authorStephan Schäfer <ssa@openoffice.org>2001-06-08 09:03:22 +0000
committerStephan Schäfer <ssa@openoffice.org>2001-06-08 09:03:22 +0000
commit2cb1fd2a27082167e10803b09daa2371a0358b48 (patch)
treed5d6ddd0673264ecf46502545860650b0978bb7e /sfx2/source/appl/shutdownicon.hxx
parent9b914001652fb09e3e3dd667f8ca74d5322c787c (diff)
#87523# changed shortcutname according to setup
Diffstat (limited to 'sfx2/source/appl/shutdownicon.hxx')
-rw-r--r--sfx2/source/appl/shutdownicon.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx
index c07a99379b..048be91b6f 100644
--- a/sfx2/source/appl/shutdownicon.hxx
+++ b/sfx2/source/appl/shutdownicon.hxx
@@ -37,8 +37,8 @@ class ShutdownIcon : public ::com::sun::star::frame::XTerminateListener,
#ifdef WNT
void initSystray();
void deInitSystray();
- static void SetAutostartW32( bool bActivate );
- static bool GetAutostartW32( );
+ static void SetAutostartW32( const ::rtl::OUString& aShortcutName, bool bActivate );
+ static bool GetAutostartW32( const ::rtl::OUString& aShortcutName );
#endif
public: