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#include "resource.h"
29
30#define APSTUDIO_READONLY_SYMBOLS
31/////////////////////////////////////////////////////////////////////////////
32//
33// Generated from the TEXTINCLUDE 2 resource.
34//
35#include "winres.h"
36
37/////////////////////////////////////////////////////////////////////////////
38#undef APSTUDIO_READONLY_SYMBOLS
39
40/////////////////////////////////////////////////////////////////////////////
41// German (Germany) resources
42
43#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
44#ifdef _WIN32
45LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
46#pragma code_page(1252)
47#endif //_WIN32
48
49/////////////////////////////////////////////////////////////////////////////
50//
51// REGISTRY
52//
53
54IDR_CALLBACK            REGISTRY DISCARDABLE    "Callback.rgs"
55IDR_SIMPLE              REGISTRY DISCARDABLE    "Simple.rgs"
56#endif    // German (Germany) resources
57/////////////////////////////////////////////////////////////////////////////
58
59
60/////////////////////////////////////////////////////////////////////////////
61// English (U.S.) resources
62
63#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
64#ifdef _WIN32
65LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
66#pragma code_page(1252)
67#endif //_WIN32
68
69#ifdef APSTUDIO_INVOKED
70/////////////////////////////////////////////////////////////////////////////
71//
72// TEXTINCLUDE
73//
74
751 TEXTINCLUDE DISCARDABLE
76BEGIN
77    "resource.h\0"
78END
79
802 TEXTINCLUDE DISCARDABLE
81BEGIN
82    "#include ""winres.h""\r\n"
83    "\0"
84END
85
863 TEXTINCLUDE DISCARDABLE
87BEGIN
88    "1 TYPELIB ""XCallback_Impl.tlb""\r\n"
89    "\0"
90END
91
92#endif    // APSTUDIO_INVOKED
93
94
95#ifndef _MAC
96/////////////////////////////////////////////////////////////////////////////
97//
98// Version
99//
100
101VS_VERSION_INFO VERSIONINFO
102 FILEVERSION 1,0,0,1
103 PRODUCTVERSION 1,0,0,1
104 FILEFLAGSMASK 0x3fL
105#ifdef _DEBUG
106 FILEFLAGS 0x1L
107#else
108 FILEFLAGS 0x0L
109#endif
110 FILEOS 0x4L
111 FILETYPE 0x2L
112 FILESUBTYPE 0x0L
113BEGIN
114    BLOCK "StringFileInfo"
115    BEGIN
116        BLOCK "040904B0"
117        BEGIN
118            VALUE "CompanyName", "\0"
119            VALUE "FileDescription", "XCallback_Impl Module\0"
120            VALUE "FileVersion", "1, 0, 0, 1\0"
121            VALUE "InternalName", "XCallback_Impl\0"
122            VALUE "LegalCopyright", "Copyright 2000\0"
123            VALUE "OriginalFilename", "XCallback_Impl.DLL\0"
124            VALUE "ProductName", "XCallback_Impl Module\0"
125            VALUE "ProductVersion", "1, 0, 0, 1\0"
126            VALUE "OLESelfRegister", "\0"
127        END
128    END
129    BLOCK "VarFileInfo"
130    BEGIN
131        VALUE "Translation", 0x409, 1200
132    END
133END
134
135#endif    // !_MAC
136
137
138/////////////////////////////////////////////////////////////////////////////
139//
140// String Table
141//
142
143STRINGTABLE DISCARDABLE
144BEGIN
145    IDS_PROJNAME            "XCallback_Impl"
146END
147
148#endif    // English (U.S.) resources
149/////////////////////////////////////////////////////////////////////////////
150
151
152
153#ifndef APSTUDIO_INVOKED
154/////////////////////////////////////////////////////////////////////////////
155//
156// Generated from the TEXTINCLUDE 3 resource.
157//
1581 TYPELIB "XCallback_Impl.tlb"
159
160/////////////////////////////////////////////////////////////////////////////
161#endif    // not APSTUDIO_INVOKED
162
163
164