diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:27:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:27:14 +0000 |
commit | 64fd80ddc901f01101d385f6862899b1ca37dbfc (patch) | |
tree | 2f64e20ea520f280289346abc598664190b83f3e /unotools | |
parent | d37d7c364bbe04eac2bfc92b099829b40f1bfaee (diff) |
INTEGRATION: CWS visibility03 (1.2.228); FILE MERGED
2005/03/07 19:05:05 mhu 1.2.228.2: #i40092# Added more exports.
2005/02/28 04:33:54 mnicel 1.2.228.1: Issue number: 40092
Part of visibility work
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/processfactory.hxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/unotools/inc/unotools/processfactory.hxx b/unotools/inc/unotools/processfactory.hxx index 7a0a077734c2..12a0517d85e9 100644 --- a/unotools/inc/unotools/processfactory.hxx +++ b/unotools/inc/unotools/processfactory.hxx @@ -2,9 +2,9 @@ * * $RCSfile: processfactory.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pluby $ $Date: 2000-10-07 22:17:00 $ + * last change: $Author: obo $ $Date: 2005-04-13 12:27:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,10 @@ #ifndef _UNOTOOLS_PROCESSFACTORY_HXX_ #define _UNOTOOLS_PROCESSFACTORY_HXX_ +#ifndef INCLUDED_UNOTOOLSDLLAPI_H +#include "unotools/unotoolsdllapi.h" +#endif + #ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> #endif @@ -81,7 +85,7 @@ namespace utl * * @author Juergen Schmidt */ -void setProcessServiceFactory(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSMgr); +UNOTOOLS_DLLPUBLIC void setProcessServiceFactory(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSMgr); /** * This function get the process service factory. If no service factory is set the function returns @@ -89,7 +93,7 @@ void setProcessServiceFactory(const ::com::sun::star::uno::Reference< ::com::sun * * @author Juergen Schmidt */ -::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > getProcessServiceFactory(); +UNOTOOLS_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > getProcessServiceFactory(); } |