diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:27:46 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:27:46 +0000 |
commit | 97db7504ab34e66f0eaaf78cfe3efeeee370e9a0 (patch) | |
tree | 36e3a2ff8973217934fe31f5ea3cdf54e6a02a08 /svx/source/dialog/border.cxx | |
parent | fec8ad189f5f92fc9726821cf95772e7c283bad1 (diff) |
INTEGRATION: CWS visibility01 (1.23.140); FILE MERGED
2004/11/01 20:17:13 mhu 1.23.140.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.
Diffstat (limited to 'svx/source/dialog/border.cxx')
-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 |