diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:43:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:43:39 +0000 |
commit | fd202b7f4c68c17b3a81e562070dce0be1c0a6ef (patch) | |
tree | 00895ec526be5af1d0e9541f1aea7dbfdeb3606e /svx/source/dialog/optasian.cxx | |
parent | 493f189204d65b83af744a0eff66d8489075e402 (diff) |
INTEGRATION: CWS visibility01 (1.2.434); FILE MERGED
2004/11/01 20:17:24 mhu 1.2.434.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.
Diffstat (limited to 'svx/source/dialog/optasian.cxx')
-rw-r--r-- | svx/source/dialog/optasian.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/dialog/optasian.cxx b/svx/source/dialog/optasian.cxx index 9dc27a96eeef..81429ce19916 100644 --- a/svx/source/dialog/optasian.cxx +++ b/svx/source/dialog/optasian.cxx @@ -2,9 +2,9 @@ * * $RCSfile: optasian.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-02-03 18:38:40 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:43:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,9 @@ * ************************************************************************/ -#pragma hdrstop +#ifdef SVX_DLLIMPLEMENTATION +#undef SVX_DLLIMPLEMENTATION +#endif #ifndef _SVX_OPTASIAN_HXX #include <optasian.hxx> |