summaryrefslogtreecommitdiffstats
path: root/include/sfx2/sfxhelp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-18 11:23:57 +0200
committerNoel Grandin <noel@peralex.com>2014-03-18 11:27:39 +0200
commitc3e3f466571e4993c1b5e42c6d15e37c48f3a069 (patch)
tree538fb90ed2c05e725f28ff16d41fd27ca38a7573 /include/sfx2/sfxhelp.hxx
parentSfxProgress::SetState does not need to be virtual (diff)
downloadcore-c3e3f466571e4993c1b5e42c6d15e37c48f3a069.tar.gz
core-c3e3f466571e4993c1b5e42c6d15e37c48f3a069.zip
sfx2: sal_Bool->bool
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
Diffstat (limited to 'include/sfx2/sfxhelp.hxx')
-rw-r--r--include/sfx2/sfxhelp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx
index cc7ad04c2845..de0b484660af 100644
--- a/include/sfx2/sfxhelp.hxx
+++ b/include/sfx2/sfxhelp.hxx
@@ -31,11 +31,11 @@ class SFX2_DLLPUBLIC SfxHelp : public Help
{
OUString aTicket; // for Plugins
OUString aUser;
- sal_Bool bIsDebug;
+ bool bIsDebug;
SfxHelp_Impl* pImp;
private:
- SAL_DLLPRIVATE sal_Bool Start_Impl( const OUString& rURL, const Window* pWindow, const OUString& rKeyword );
+ SAL_DLLPRIVATE bool Start_Impl( const OUString& rURL, const Window* pWindow, const OUString& rKeyword );
SAL_DLLPRIVATE virtual bool SearchKeyword( const OUString& rKeyWord );
SAL_DLLPRIVATE virtual bool Start( const OUString& rURL, const Window* pWindow );
SAL_DLLPRIVATE OUString GetHelpModuleName_Impl();