sc: filter: rtf: add method "AddFont"
[LibreOffice.git] / include / cppu / cppudllapi.h
blob121b6defc6e27b4e3a0bb28eaa67b08a1998e740
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of LibreOffice published API.
4 */
5 #ifndef INCLUDED_CPPU_CPPUDLLAPI_H
6 #define INCLUDED_CPPU_CPPUDLLAPI_H
8 #include "sal/types.h"
10 #if defined(CPPU_DLLIMPLEMENTATION)
11 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
12 #else
13 #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
14 #endif
16 #if defined(PURPENV_DLLIMPLEMENTATION)
17 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
18 #else
19 #define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
20 #endif
22 #endif // INCLUDED_CPPU_CPPUDLLAPI_H
24 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */