diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:51:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:51:14 +0000 |
commit | 048ed13154445d32297aa32b6d42d0f71623e3ce (patch) | |
tree | d7d2211e9534e665c6eef4cddfeb98ead02efe81 /svx/source/dialog/tabarea.cxx | |
parent | f4e92fe42910f42cc05c971eb7ae877881aa1efd (diff) |
INTEGRATION: CWS visibility01 (1.3.434); FILE MERGED
2004/11/01 20:17:31 mhu 1.3.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.
Diffstat (limited to 'svx/source/dialog/tabarea.cxx')
-rw-r--r-- | svx/source/dialog/tabarea.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/dialog/tabarea.cxx b/svx/source/dialog/tabarea.cxx index a0302d1f533c..d54febd36716 100644 --- a/svx/source/dialog/tabarea.cxx +++ b/svx/source/dialog/tabarea.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabarea.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-02-03 18:52:27 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:50:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,10 @@ * ************************************************************************/ +#ifdef SVX_DLLIMPLEMENTATION +#undef SVX_DLLIMPLEMENTATION +#endif + // include --------------------------------------------------------------- #pragma hdrstop |