diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:37:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:37:30 +0000 |
commit | e5a579354923e97d05ea29200b26ad7277eb3e5a (patch) | |
tree | 4ce5087552df361b00b731c8a235b0c5674fb6bd /svx/source/dialog/hlmailtp.cxx | |
parent | 735bdb109e5dba636b65aeba494f87006d8b1a49 (diff) |
INTEGRATION: CWS visibility01 (1.16.820); FILE MERGED
2004/11/01 20:17:20 mhu 1.16.820.1: #i35758# Undefine SVX_DLLIMPLEMENTATION for objects going into 'cui' library.
Diffstat (limited to 'svx/source/dialog/hlmailtp.cxx')
-rw-r--r-- | svx/source/dialog/hlmailtp.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/dialog/hlmailtp.cxx b/svx/source/dialog/hlmailtp.cxx index 542348181a11..4cf9851f19bb 100644 --- a/svx/source/dialog/hlmailtp.cxx +++ b/svx/source/dialog/hlmailtp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hlmailtp.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2003-04-24 14:46:43 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:37:30 $ * * 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 + #ifndef _COM_SUN_STAR_FRAME_XDISPATCHPROVIDER_HPP_ #include <com/sun/star/frame/XDispatchProvider.hpp> #endif |