diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:06:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:06:01 +0000 |
commit | 28fa50d31f348aa2eb584ebf2169a87955a25af9 (patch) | |
tree | f568f0769113763205993b57ba557ac5aa7ab074 /sw/source/ui/misc/docfnote.cxx | |
parent | 312a3a69c9625c64dec9b11011ae0c1cb5a48642 (diff) |
INTEGRATION: CWS tune03 (1.13.268); FILE MERGED
2004/07/19 19:11:36 mhu 1.13.268.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/misc/docfnote.cxx')
-rw-r--r-- | sw/source/ui/misc/docfnote.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/misc/docfnote.cxx b/sw/source/ui/misc/docfnote.cxx index 287d354675dc..354ee64426b2 100644 --- a/sw/source/ui/misc/docfnote.cxx +++ b/sw/source/ui/misc/docfnote.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docfnote.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2003-12-01 17:34:37 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:06:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,10 @@ * ************************************************************************/ +#ifdef SW_DLLIMPLEMENTATION +#undef SW_DLLIMPLEMENTATION +#endif + #pragma hdrstop |