diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:46:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:46:42 +0000 |
commit | 463b4c02aadb5b71eb8bb50f18c84481a619ac9e (patch) | |
tree | 2ed92c298548b140bb8ef5e5b45bfe50696fe043 /sw/source/ui/chrdlg | |
parent | 9a14e52ddb60c321e7c7c1407811835a81aa6e9f (diff) |
INTEGRATION: CWS tune03 (1.6.580); FILE MERGED
2004/07/19 19:11:01 mhu 1.6.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r-- | sw/source/ui/chrdlg/numpara.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/chrdlg/numpara.cxx b/sw/source/ui/chrdlg/numpara.cxx index 3f759d2667cf..c6b55f54b57e 100644 --- a/sw/source/ui/chrdlg/numpara.cxx +++ b/sw/source/ui/chrdlg/numpara.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numpara.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2003-04-17 15:16:09 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:46:42 $ * * 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 |