xref: /aoo41x/main/shell/inc/internal/shlxthdl.hxx (revision cdf0e10c)
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 
28 #ifndef SHLXTHDL_HXX_INCLUDED
29 #define SHLXTHDL_HXX_INCLUDED
30 
31 #if defined _MSC_VER
32 #pragma warning(push, 1)
33 #endif
34 #include <objbase.h>
35 #if defined _MSC_VER
36 #pragma warning(pop)
37 #endif
38 
39 // {087B3AE3-E237-4467-B8DB-5A38AB959AC9}
40 const CLSID CLSID_INFOTIP_HANDLER =
41 {0x87b3ae3, 0xe237, 0x4467, {0xb8, 0xdb, 0x5a, 0x38, 0xab, 0x95, 0x9a, 0xc9}};
42 
43 // {C52AF81D-F7A0-4aab-8E87-F80A60CCD396}
44 const CLSID CLSID_COLUMN_HANDLER =
45 { 0xc52af81d, 0xf7a0, 0x4aab, { 0x8e, 0x87, 0xf8, 0xa, 0x60, 0xcc, 0xd3, 0x96 } };
46 
47 // {63542C48-9552-494a-84F7-73AA6A7C99C1}
48 const CLSID CLSID_PROPERTYSHEET_HANDLER =
49 { 0x63542c48, 0x9552, 0x494a, { 0x84, 0xf7, 0x73, 0xaa, 0x6a, 0x7c, 0x99, 0xc1 } };
50 
51 // {3B092F0C-7696-40e3-A80F-68D74DA84210}
52 const CLSID CLSID_THUMBVIEWER_HANDLER =
53 { 0x3b092f0c, 0x7696, 0x40e3, { 0xa8, 0xf, 0x68, 0xd7, 0x4d, 0xa8, 0x42, 0x10 } };
54 
55 #endif
56