diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:07:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:07:03 +0000 |
commit | 5372bbf72f76a89fd0b463c50375527347b0e4f2 (patch) | |
tree | c2eb48b86b8d7fa98b5ef3d6e568068b046c6912 /sw/source/ui/misc/linenum.cxx | |
parent | 26c28a87ffbc07a0f55db73e50dde82a9df4b7fe (diff) |
INTEGRATION: CWS tune03 (1.6.580); FILE MERGED
2004/07/19 19:11:38 mhu 1.6.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/misc/linenum.cxx')
-rw-r--r-- | sw/source/ui/misc/linenum.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/misc/linenum.cxx b/sw/source/ui/misc/linenum.cxx index 1b1a8c7c9cce..beb3b7a28531 100644 --- a/sw/source/ui/misc/linenum.cxx +++ b/sw/source/ui/misc/linenum.cxx @@ -2,9 +2,9 @@ * * $RCSfile: linenum.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2003-04-17 15:36:49 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:07:03 $ * * 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 |