summaryrefslogtreecommitdiff
path: root/shell/inc/internal/shlxthdl.hxx
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-01-20 11:33:12 +0100
committerDirk Voelzke <dv@openoffice.org>2010-01-20 11:33:12 +0100
commit85e0cc246d4350122b17fbe2bfd15635a190ad77 (patch)
tree9373b24fb4ec8e6a08ff38fd64dc1db6aa457c9b /shell/inc/internal/shlxthdl.hxx
parentb4083630cb439a9f54340db6840e8bc6cfcc42c8 (diff)
dv17: #i70994#: Use property handler instead of column info for Windows Vista
Diffstat (limited to 'shell/inc/internal/shlxthdl.hxx')
-rwxr-xr-x[-rw-r--r--]shell/inc/internal/shlxthdl.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/inc/internal/shlxthdl.hxx b/shell/inc/internal/shlxthdl.hxx
index 782212f6dc5b..70830c9775ec 100644..100755
--- a/shell/inc/internal/shlxthdl.hxx
+++ b/shell/inc/internal/shlxthdl.hxx
@@ -55,4 +55,8 @@ const CLSID CLSID_PROPERTYSHEET_HANDLER =
const CLSID CLSID_THUMBVIEWER_HANDLER =
{ 0x3b092f0c, 0x7696, 0x40e3, { 0xa8, 0xf, 0x68, 0xd7, 0x4d, 0xa8, 0x42, 0x10 } };
+// {AE424E85-F6DF-4910-A6A9-438797986431}
+const CLSID CLSID_PROPERTY_HANDLER =
+{ 0xae424e85, 0xf6df, 0x4910, { 0xa6, 0xa9, 0x43, 0x87, 0x97, 0x98, 0x64, 0x31 } };
+
#endif