tdf#164803 sw: Fix SwTextSizeInfo applying grid metrics without grid
[LibreOffice.git] / sc / qa / unit / helper / debughelper.hxx
blob0132c03640fa2bab87daffb7f0deb904386a3d68
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/.
8 */
10 #pragma once
12 #ifdef _WIN32
13 #if !defined NOMINMAX
14 #define NOMINMAX
15 #endif
16 #include <prewin.h>
17 #include <postwin.h>
18 #undef NOMINMAX
19 #undef RGB
20 #endif
22 #define CALC_DEBUG_OUTPUT 0
24 #include <sal/types.h>
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */