diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/border.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/dialog/border.cxx b/svx/source/dialog/border.cxx index 984b3d850a6c..7d3e753520a6 100644 --- a/svx/source/dialog/border.cxx +++ b/svx/source/dialog/border.cxx @@ -2,9 +2,9 @@ * * $RCSfile: border.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: hr $ $Date: 2004-08-02 17:41:22 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:27:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,6 +58,11 @@ * * ************************************************************************/ + +#ifdef SVX_DLLIMPLEMENTATION +#undef SVX_DLLIMPLEMENTATION +#endif + // include --------------------------------------------------------------- #ifndef _SFXAPP_HXX |