cool#6580 sw: fix infinite loop when changing document language
[LibreOffice.git] / include / postwin.h
blob6b11c5827497a0df35d13be217f700e1ed66bff9
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 .
20 /* not protected, do only include once! */
22 #undef ABSOLUTE
23 #undef CompareString
24 #undef CopyFile
25 #undef DELETE
26 #undef DocumentProperties
27 #undef DrawText
28 #undef FindWindow
29 #undef Folder
30 #undef GetCharWidth
31 #undef GetClassName
32 #undef GetGlyphOutline
33 #undef GetKerningPairs
34 #undef GetMetaFile
35 #undef GetNumberFormat
36 #undef GetObject
37 #undef GetPrinter
38 #undef GetTimeFormat
39 #undef GetUserName
40 #undef GradientStyle_RECT
41 #undef IGNORE
42 #undef IN
43 #undef OPAQUE // so it doesn't conflict with enum values
44 #undef OPTIONAL
45 #undef OUT
46 #undef PASSTHROUGH
47 #undef RELATIVE
48 #undef STRICT
49 #undef SetPort
50 #undef SetPrinter
51 #undef WB_LEFT
52 #undef WB_RIGHT
53 #undef Yield
54 #undef mciSetCommand
56 #if !defined INCLUDED_POSTWIN_H && defined __cplusplus
57 #define INCLUDED_POSTWIN_H
58 #endif
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */