summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:45:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:45:58 +0000
commitb841bd996c8deb0d5d7e3b6b179ff692e8023059 (patch)
treebcfb451cdfa8ea1c09fe45edb474474291c19836 /ucbhelper
parent12a956cdaaa31c933aa5cdd9b914759984364e22 (diff)
INTEGRATION: CWS visibility02 (1.1.128); FILE MERGED
2004/12/22 04:02:25 mnicel 1.1.128.1: Issue number:38608 Symbol visibility work.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/proxydecider.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/ucbhelper/inc/ucbhelper/proxydecider.hxx b/ucbhelper/inc/ucbhelper/proxydecider.hxx
index cff4f99d3aa8..d7595c56235f 100644
--- a/ucbhelper/inc/ucbhelper/proxydecider.hxx
+++ b/ucbhelper/inc/ucbhelper/proxydecider.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: proxydecider.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: kso $ $Date: 2002-10-28 16:05:17 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:45:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,9 @@
#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
#include <com/sun/star/uno/Reference.hXX>
#endif
+#ifndef INCLUDED_UCBHELPERDLLAPI_H
+#include "ucbhelper/ucbhelperdllapi.h"
+#endif
namespace com { namespace sun { namespace star { namespace lang {
class XMultiServiceFactory;
@@ -109,7 +112,7 @@ namespace proxydecider_impl { class InternetProxyDecider_Impl; }
* should not cache results obtained from InternetProxyDecider instances. One
* instance should be kept to be queried multiple times instead.
*/
-class InternetProxyDecider
+class UCBHELPER_DLLPUBLIC InternetProxyDecider
{
public:
/**