diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:12:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:12:45 +0000 |
commit | c76a71d10e0c9bbf02ff11ec3e229b5c4d6702c1 (patch) | |
tree | 4aa7a8a6c43909c867fb561dc5439a36793271de /sd/inc/sdresid.hxx | |
parent | abcd19010bf56471fefb830b8d212365ffbc5ebd (diff) |
INTEGRATION: CWS tune03 (1.3.186); FILE MERGED
2004/08/08 12:53:57 mhu 1.3.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.
Diffstat (limited to 'sd/inc/sdresid.hxx')
-rw-r--r-- | sd/inc/sdresid.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/inc/sdresid.hxx b/sd/inc/sdresid.hxx index 6dd349c59eaa..78cb3641cb01 100644 --- a/sd/inc/sdresid.hxx +++ b/sd/inc/sdresid.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdresid.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-01-20 10:19:16 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:12:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,19 +62,19 @@ #ifndef SD_RESID_HXX #define SD_RESID_HXX - #ifndef _RESID_HXX //autogen #include <tools/resid.hxx> #endif -class SdResId : public ResId +#ifndef INCLUDED_SDDLLAPI_H +#include "sddllapi.h" +#endif + +class SD_DLLPUBLIC SdResId : public ResId { public: SdResId(USHORT nId); SdResId(USHORT nId, ResMgr* pMgr); // kann entfallen }; - - -#endif // _SD_SDRESID_HXX - +#endif /* _SD_SDRESID_HXX */ |