Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / vcl / inc / aqua / salgdi.h
blobd0a457290ee96c415b51ffd7b24a09386e68b0a4
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 */
9 #ifdef ENABLE_CORETEXT
10 # include "aqua/coretext/salgdi.h"
11 #else
12 # include "aqua/atsui/salgdi.h"
13 #endif
14 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */