diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-03-12 06:36:18 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-03-12 06:36:18 +0000 |
commit | a14ed964a4d64a2d93c5ab7d6ef3e3bc9b6889ee (patch) | |
tree | 38b369bdc7335c20bc8c36589219c213b7f0ac16 /fpicker | |
parent | 1040dd168a0048afa0b0076f90882405f02f9c02 (diff) |
INTEGRATION: CWS hro34 (1.7.144); FILE MERGED
2008/03/07 10:38:16 hro 1.7.144.1: #i78851# #i72556# Implemented Vista style File Dialog
Diffstat (limited to 'fpicker')
-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(); |