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.
This commit is contained in:
Rüdiger Timm 2005-01-11 13:57:03 +00:00
parent 46cc83ffbc
commit c13eff763c

View file

@ -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 <vcl/help.hxx>
#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: