diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:13:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:13:54 +0000 |
commit | 9885ea4e12d92bca31a22496f7e3251e94cb7391 (patch) | |
tree | fe9114d98529977dd99c6c2ae2b73a1563908ae1 /sfx2/source/appl/shutdownicon.hxx | |
parent | 7b1dda9ed96ffbc17fbae70560953359e86925a3 (diff) |
INTEGRATION: CWS os2port02 (1.24.64); FILE MERGED
2007/09/30 11:58:43 ydario 1.24.64.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'sfx2/source/appl/shutdownicon.hxx')
-rw-r--r-- | sfx2/source/appl/shutdownicon.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx index 97074f0dcc54..961d8376218b 100644 --- a/sfx2/source/appl/shutdownicon.hxx +++ b/sfx2/source/appl/shutdownicon.hxx @@ -180,6 +180,10 @@ class SFX2_DLLPUBLIC ShutdownIcon : public ShutdownIconServiceBase static void EnableAutostartW32( const rtl::OUString &aShortcutName ); static rtl::OUString GetAutostartFolderNameW32(); #endif +#ifdef OS2 + static void SetAutostartOs2( bool bActivate ); + static bool GetAutostartOs2( ); +#endif }; extern "C" { |