From a14ed964a4d64a2d93c5ab7d6ef3e3bc9b6889ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 12 Mar 2008 06:36:18 +0000 Subject: [PATCH] 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 --- fpicker/source/win32/misc/WinImplHelper.hxx | 5 +++-- 1 file 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();