From c13eff763cfa8d35b3ff179da4ce1dd405f4056f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 11 Jan 2005 13:57:03 +0000 Subject: [PATCH] INTEGRATION: CWS sb25 (1.15.92); FILE MERGED 2005/01/03 16:41:58 sb 1.15.92.2: RESYNC: (1.15-1.16); FILE MERGED 2004/11/12 17:02:01 sb 1.15.92.1: #i37077# Reduce number of exported symbols of sfx dynamic library. --- sfx2/inc/sfxhelp.hxx | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/sfx2/inc/sfxhelp.hxx b/sfx2/inc/sfxhelp.hxx index 829f42a41b95..12db939155df 100644 --- a/sfx2/inc/sfxhelp.hxx +++ b/sfx2/inc/sfxhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2005-01-05 13:00:01 $ + * last change: $Author: rt $ $Date: 2005-01-11 14:57:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,17 @@ #ifndef _SFX_HELP_HXX #define _SFX_HELP_HXX +#ifndef _SAL_CONFIG_H_ +#include "sal/config.h" +#endif + +#ifndef INCLUDED_SFX2_DLLAPI_H +#include "sfx2/dllapi.h" +#endif + +#ifndef _SAL_TYPES_H_ +#include "sal/types.h" +#endif #ifndef _HELP_HXX //autogen #include #endif @@ -69,7 +80,7 @@ class SfxHelp_Impl; class SfxFrame; -class SfxHelp : public Help +class SFX2_DLLPUBLIC SfxHelp : public Help { String aTicket; // for Plugins String aUser; @@ -79,12 +90,12 @@ class SfxHelp : public Help SfxHelp_Impl* pImp; private: - virtual BOOL Start( ULONG nHelpId, const Window* pWindow ); - virtual BOOL Start( const String& rURL, const Window* pWindow ); + SAL_DLLPRIVATE virtual BOOL Start( ULONG nHelpId, const Window* pWindow ); + SAL_DLLPRIVATE virtual BOOL Start( const String& rURL, const Window* pWindow ); - String GetHelpModuleName_Impl( ); - String CreateHelpURL_Impl( ULONG nHelpId, const String& rModuleName ); - String CreateHelpURL_Impl( const String& aCommandURL, const String& rModuleName ); + SAL_DLLPRIVATE String GetHelpModuleName_Impl(); + SAL_DLLPRIVATE String CreateHelpURL_Impl( ULONG nHelpId, const String& rModuleName ); + SAL_DLLPRIVATE String CreateHelpURL_Impl( const String& aCommandURL, const String& rModuleName ); public: