writerfilter: remove no longer needed WRITERFILTER_*TOK_DLLPUBLIC
Change-Id: I1dc7a935e3004b0ce0b0f943405b2a79992fa982
This commit is contained in:
@@ -22,30 +22,12 @@
|
|||||||
|
|
||||||
#include "sal/types.h"
|
#include "sal/types.h"
|
||||||
|
|
||||||
#if defined(WRITERFILTER_DOCTOK_DLLIMPLEMENTATION)
|
|
||||||
#define WRITERFILTER_DOCTOK_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
|
|
||||||
#else
|
|
||||||
#define WRITERFILTER_DOCTOK_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(WRITERFILTER_RTFTOK_DLLIMPLEMENTATION)
|
|
||||||
#define WRITERFILTER_RTFTOK_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
|
|
||||||
#else
|
|
||||||
#define WRITERFILTER_RTFTOK_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(WRITERFILTER_WRITERFILTER_DLLIMPLEMENTATION)
|
#if defined(WRITERFILTER_WRITERFILTER_DLLIMPLEMENTATION)
|
||||||
#define WRITERFILTER_WRITERFILTER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
|
#define WRITERFILTER_WRITERFILTER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
|
||||||
#else
|
#else
|
||||||
#define WRITERFILTER_WRITERFILTER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
|
#define WRITERFILTER_WRITERFILTER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WRITERFILTER_WRITERFILTER_UNO_DLLIMPLEMENTATION)
|
|
||||||
#define WRITERFILTER_WRITERFILTER_UNO_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
|
|
||||||
#else
|
|
||||||
#define WRITERFILTER_WRITERFILTER_UNO_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* INCLUDED_WRITERFILTERDLLAPI_H */
|
#endif /* INCLUDED_WRITERFILTERDLLAPI_H */
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@@ -21,7 +21,7 @@ namespace writerfilter
|
|||||||
namespace rtftok
|
namespace rtftok
|
||||||
{
|
{
|
||||||
/// The RTFDocument opens and resolves the RTF document.
|
/// The RTFDocument opens and resolves the RTF document.
|
||||||
class WRITERFILTER_RTFTOK_DLLPUBLIC RTFDocument
|
class RTFDocument
|
||||||
: public writerfilter::Reference<Stream>
|
: public writerfilter::Reference<Stream>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -38,7 +38,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
/// Interface to create an RTFDocument instance.
|
/// Interface to create an RTFDocument instance.
|
||||||
class WRITERFILTER_RTFTOK_DLLPUBLIC RTFDocumentFactory
|
class RTFDocumentFactory
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static RTFDocument::Pointer_t
|
static RTFDocument::Pointer_t
|
||||||
|
Reference in New Issue
Block a user