summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/configmgr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:24:12 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:24:12 +0000
commit21c3bcf799b13a1523fb22e6e4e8c723c5a5bb6e (patch)
tree92444a8c64fc2ed671f2a4fb535759407a3ba2ca /unotools/inc/unotools/configmgr.hxx
parentf98b2b75564af8980341c6a18e1e6eaa9559abfa (diff)
INTEGRATION: CWS visibility03 (1.16.26); FILE MERGED
2005/02/17 10:31:41 mnicel 1.16.26.1: Issue number: 40092 symbol visibility
Diffstat (limited to 'unotools/inc/unotools/configmgr.hxx')
-rw-r--r--unotools/inc/unotools/configmgr.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/unotools/inc/unotools/configmgr.hxx b/unotools/inc/unotools/configmgr.hxx
index c36a7a01c045..f77a74a6881d 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2004-08-02 13:47:19 $
+ * last change: $Author: obo $ $Date: 2005-04-13 12:24:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,9 @@
#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
#endif
+#ifndef INCLUDED_UNOTOOLSDLLAPI_H
+#include "unotools/unotoolsdllapi.h"
+#endif
//-----------------------------------------------------------------------------
namespace com{ namespace sun{ namespace star{
@@ -87,7 +90,7 @@ namespace utl
{
struct ConfigMgr_Impl;
class ConfigItem;
- class ConfigManager
+ class UNOTOOLS_DLLPUBLIC ConfigManager
{
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
xConfigurationProvider;