tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / extensions / test / ole / AxTestComponents / StdAfx.h
blob211943ce470961d42e96d9eb5f4a38b3e5b78256
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,
21 // but are changed infrequently
23 #if !defined(AFX_STDAFX_H__BFE10EB4_8584_11D4_8335_005004526AB4__INCLUDED_)
24 #define AFX_STDAFX_H__BFE10EB4_8584_11D4_8335_005004526AB4__INCLUDED_
26 #ifdef _MSC_VER
27 #pragma once
28 #endif
30 #define STRICT
31 #define _ATL_APARTMENT_THREADED
33 #include <atlbase.h>
34 //You may derive a class from CComModule and use it if you want to override
35 //something, but do not change the name of _Module
36 extern CComModule _Module;
37 #include <atlcom.h>
38 #include <stdio.h>
39 #include <string.h>
41 //{{AFX_INSERT_LOCATION}}
42 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
44 #endif // !defined(AFX_STDAFX_H__BFE10EB4_8584_11D4_8335_005004526AB4__INCLUDED)
46 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */