tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / extensions / test / ole / unoTocomCalls / Test / StdAfx.h
blob0274335ced46d7a14280ebe6eeab31e9420749a7
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 // stdafx.h : include file for standard system include files,
20 // or project specific include files that are used frequently, but
21 // are changed infrequently
23 #if !defined(AFX_STDAFX_H__180FF568_6F5C_11D4_8330_005004526AB4__INCLUDED_)
24 #define AFX_STDAFX_H__180FF568_6F5C_11D4_8330_005004526AB4__INCLUDED_
26 #ifdef _MSC_VER
27 #pragma once
28 #endif
30 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
32 #include <stdio.h>
33 #include <windows.h>
34 #include <comdef.h>
35 #include <atlbase.h>
36 extern CComModule _Module;
37 #include <atlcom.h>
38 #include <atlimpl.cpp>
40 // TODO: reference additional headers your program requires here
42 //{{AFX_INSERT_LOCATION}}
43 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
45 #endif // !defined(AFX_STDAFX_H__180FF568_6F5C_11D4_8330_005004526AB4__INCLUDED_)
47 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */