diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:13:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:13:41 +0000 |
commit | 7b1dda9ed96ffbc17fbae70560953359e86925a3 (patch) | |
tree | 1dc59f98ab0a06aaf4daf632c88dfa0a5a3d35e3 /sfx2/source | |
parent | faedc288ef715a09d30a1f9767b7a60ff02d09e6 (diff) |
INTEGRATION: CWS os2port02 (1.60.4); FILE MERGED
2007/09/30 11:58:43 ydario 1.60.4.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')
-rw-r--r-- | sfx2/source/appl/shutdownicon.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx index dc52aa4ab57f..969d2bee2de8 100644 --- a/sfx2/source/appl/shutdownicon.cxx +++ b/sfx2/source/appl/shutdownicon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: shutdownicon.cxx,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: vg $ $Date: 2007-09-20 16:36:48 $ + * last change: $Author: hr $ $Date: 2007-11-02 13:13:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -751,6 +751,8 @@ void ShutdownIcon::LeaveModalMode() #ifdef WNT // defined in shutdowniconw32.cxx +#elif defined(OS2) +// defined in shutdowniconOs2.cxx #else bool ShutdownIcon::IsQuickstarterInstalled() { |