diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-01-02 15:12:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-01-02 15:12:16 +0000 |
commit | fcd65270036e8b5195ed71ae8b2140755b669f22 (patch) | |
tree | f30a845260456dcd0542fed3bc804af48e06aced /shell/inc/internal | |
parent | 885a02a567d52e6b0d7e033d6a88def46c0afba5 (diff) |
INTEGRATION: CWS vistaready01 (1.5.56); FILE MERGED
2006/12/08 12:45:04 lla 1.5.56.1: #i72391# version check wrong
Diffstat (limited to 'shell/inc/internal')
-rw-r--r-- | shell/inc/internal/utilities.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/inc/internal/utilities.hxx b/shell/inc/internal/utilities.hxx index 6f2686bd6a95..5ceef531d836 100644 --- a/shell/inc/internal/utilities.hxx +++ b/shell/inc/internal/utilities.hxx @@ -4,9 +4,9 @@ * * $RCSfile: utilities.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:14:19 $ + * last change: $Author: hr $ $Date: 2007-01-02 16:12:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,7 +76,7 @@ std::wstring GetResString(int ResId); /** Returns whether we are running on Windows XP or not */ -bool is_windows_xp(); +bool is_windows_xp_or_above(); //--------------------------------- /** helper function to judge if the string is only has spaces. |