diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:22:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:22:44 +0000 |
commit | d47be93c1c106d998c9a7eac84b3d7a5ed8c7f19 (patch) | |
tree | ed7578a5738137d352962daeeedc0c288eef1ef8 | |
parent | 8da2fe2d77aae0754b61b013926a6d7c486f5a76 (diff) |
INTEGRATION: CWS visibility03 (1.6.24); FILE MERGED
2005/03/15 12:07:36 mhu 1.6.24.2: #i40092# Moved includes inside include guard.
2005/02/28 04:33:52 mnicel 1.6.24.1: Issue number: 40092
Part of visibility work
-rw-r--r-- | unotools/inc/unotools/atom.hxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/unotools/inc/unotools/atom.hxx b/unotools/inc/unotools/atom.hxx index a06711ad1d56..aef4823ea1b6 100644 --- a/unotools/inc/unotools/atom.hxx +++ b/unotools/inc/unotools/atom.hxx @@ -2,9 +2,9 @@ * * $RCSfile: atom.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2004-09-08 14:33:18 $ + * last change: $Author: obo $ $Date: 2005-04-13 12:22:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,10 +58,13 @@ * * ************************************************************************/ - #ifndef _UTL_ATOM_HXX_ #define _UTL_ATOM_HXX_ +#ifndef INCLUDED_UNOTOOLSDLLAPI_H +#include "unotools/unotoolsdllapi.h" +#endif + #ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> #endif @@ -114,7 +117,7 @@ namespace utl { }; - class MultiAtomProvider + class UNOTOOLS_DLLPUBLIC MultiAtomProvider { ::std::hash_map< int, AtomProvider*, ::std::hash< int > > m_aAtomLists; public: |