diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/misc/insrule.cxx | 8 | ||||
-rw-r--r-- | sw/source/ui/misc/linenum.cxx | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sw/source/ui/misc/insrule.cxx b/sw/source/ui/misc/insrule.cxx index 1932b5ddd1e8..31b1105e2a96 100644 --- a/sw/source/ui/misc/insrule.cxx +++ b/sw/source/ui/misc/insrule.cxx @@ -2,9 +2,9 @@ * * $RCSfile: insrule.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2003-04-17 15:36:39 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:06:51 $ * * 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 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 |