diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:27:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:27:54 +0000 |
commit | bfcfdb8df8d074e528617bedc44e8dd94ff0c278 (patch) | |
tree | f4c71af4b65fbc10b5f463c2ab380881629f208b /sw/inc/authratr.hxx | |
parent | 5e5578e147df33d6ba8b2847e0bfb40122c5592c (diff) |
INTEGRATION: CWS tune03 (1.2.250); FILE MERGED
2004/07/19 19:10:27 mhu 1.2.250.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/authratr.hxx')
-rw-r--r-- | sw/inc/authratr.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/authratr.hxx b/sw/inc/authratr.hxx index ee7ee27fc4bd..1923d4894ae9 100644 --- a/sw/inc/authratr.hxx +++ b/sw/inc/authratr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: authratr.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2004-01-06 18:12:34 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:27:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,9 +70,13 @@ #include <tools/color.hxx> #endif +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif + #define COL_NONE TRGB_COLORDATA( 0x80, 0xFF, 0xFF, 0xFF ) -class AuthorCharAttr +class SW_DLLPUBLIC AuthorCharAttr { public: USHORT nItemId; |