summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:13:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:13:04 +0000
commitf990aeeb868b5e4c1238685873f808d885380cdd (patch)
tree1102d76a6126cc3727eab1c7ac01419ef34e6a3c /shell
parentbf018aef38a33f977ffd1097c540ae6cb612a712 (diff)
INTEGRATION: CWS vistaready01 (1.6.22); FILE MERGED
2006/12/08 12:45:40 lla 1.6.22.1: #i72391# version check wrong
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx
index 5c1241a06a3f..1e2dc62d0886 100644
--- a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx
+++ b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: listviewbuilder.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:45:29 $
+ * last change: $Author: hr $ $Date: 2007-01-02 16:13:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,7 @@
list_view_builder_ptr create_list_view_builder(
HWND hwnd_lv, const std::wstring& col1, const std::wstring& col2)
{
- if (is_windows_xp())
+ if (is_windows_xp_or_above())
return list_view_builder_ptr(new winxp_list_view_builder(hwnd_lv, col1, col2));
else
return list_view_builder_ptr(new list_view_builder(hwnd_lv, col1, col2));