diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:26:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:26:00 +0000 |
commit | 2af8dddcf0301c8e0283199410dc688524b4548b (patch) | |
tree | dfdd73646b7aef4b484cbab238321bd4df5f9cbf | |
parent | b62fe2f74c3183bc4212a223e8c5cf9eaf8bab84 (diff) |
INTEGRATION: CWS visibility03 (1.1.216); FILE MERGED
2005/02/28 04:33:53 mnicel 1.1.216.1: Issue number: 40092
Part of visibility work
-rw-r--r-- | unotools/inc/unotools/intlwrapper.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/unotools/inc/unotools/intlwrapper.hxx b/unotools/inc/unotools/intlwrapper.hxx index 1067dcd905b9..c9d90cd6c457 100644 --- a/unotools/inc/unotools/intlwrapper.hxx +++ b/unotools/inc/unotools/intlwrapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: intlwrapper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: er $ $Date: 2001-05-13 03:11:51 $ + * last change: $Author: obo $ $Date: 2005-04-13 12:26:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,6 +58,9 @@ * * ************************************************************************/ +#ifndef INCLUDED_UNOTOOLSDLLAPI_H +#include "unotools/unotoolsdllapi.h" +#endif #ifndef _UNOTOOLS_INTLWRAPPER_HXX #define _UNOTOOLS_INTLWRAPPER_HXX @@ -96,7 +99,7 @@ reset the calendar to the previous value if it isn't sure where the IntlWrapper did come from. <p> */ -class IntlWrapper +class UNOTOOLS_DLLPUBLIC IntlWrapper { private: |