diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:53:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:53:58 +0000 |
commit | 8c0845e12b93e24552ae0e975a051b8dc3d09c62 (patch) | |
tree | a146cf647f9ba1bc3f96f8981c53e9b348abbb1a /sfx2/inc | |
parent | d386f155cc8374d1e52b764edbc4d29b12247264 (diff) |
INTEGRATION: CWS sb25 (1.2.264); FILE MERGED
2004/11/12 17:02:03 sb 1.2.264.1: #i37077# Reduce number of exported symbols of sfx dynamic library.
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/tplpitem.hxx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sfx2/inc/tplpitem.hxx b/sfx2/inc/tplpitem.hxx index 1f980065bc4b..017e25911beb 100644 --- a/sfx2/inc/tplpitem.hxx +++ b/sfx2/inc/tplpitem.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tplpitem.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-02-25 15:38:29 $ + * last change: $Author: rt $ $Date: 2005-01-11 14:53:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,13 @@ #ifndef _SFX_TPLPITEM_HXX #define _SFX_TPLPITEM_HXX +#ifndef _SAL_CONFIG_H_ +#include "sal/config.h" +#endif + +#ifndef INCLUDED_SFX2_DLLAPI_H +#include "sfx2/dllapi.h" +#endif #ifndef _STRING_HXX //autogen #include <tools/string.hxx> @@ -72,7 +79,7 @@ #include <svtools/flagitem.hxx> #endif -class SfxTemplateItem: public SfxFlagItem +class SFX2_DLLPUBLIC SfxTemplateItem: public SfxFlagItem { String aStyle; public: |