diff options
-rw-r--r-- | fpicker/source/win32/misc/WinImplHelper.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/win32/misc/WinImplHelper.hxx b/fpicker/source/win32/misc/WinImplHelper.hxx index 9ff9d5e73c70..7eea90e712f8 100644 --- a/fpicker/source/win32/misc/WinImplHelper.hxx +++ b/fpicker/source/win32/misc/WinImplHelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: WinImplHelper.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-10-12 10:56:24 $ + * last change: $Author: rt $ $Date: 2008-03-12 07:36:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,6 +69,7 @@ // deklarations //------------------------------------------------------------------------ +bool SAL_CALL IsWindowsVista(); bool SAL_CALL IsWindows2000(); bool SAL_CALL IsWindowsXP(); bool SAL_CALL IsWindows98(); |