summaryrefslogtreecommitdiffstats
path: root/framework/inc/jobs/helponstartup.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-04 15:53:21 +0200
committerNoel Grandin <noel@peralex.com>2014-04-07 13:53:49 +0200
commita6287e21f1dab6ae382c24ceeb4c0212b7cad2d7 (patch)
treef0bb68a88c56647fc9165ec69cc05cd5bc441ea6 /framework/inc/jobs/helponstartup.hxx
parentdrawinglayer: sal_Bool->bool (diff)
downloadcore-a6287e21f1dab6ae382c24ceeb4c0212b7cad2d7.tar.gz
core-a6287e21f1dab6ae382c24ceeb4c0212b7cad2d7.zip
framework: sal_Bool->bool
Change-Id: Ia6e87e2b382bd4005637e14088bde9e809996a25
Diffstat (limited to 'framework/inc/jobs/helponstartup.hxx')
-rw-r--r--framework/inc/jobs/helponstartup.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx
index 7234a236b385..1df5e344c08a 100644
--- a/framework/inc/jobs/helponstartup.hxx
+++ b/framework/inc/jobs/helponstartup.hxx
@@ -144,7 +144,7 @@ class HelpOnStartup : public ::cppu::WeakImplHelper3< ::com::sun::star::lang::XS
sal_True if the given URL is any default one ...
sal_False otherwise.
*/
- sal_Bool its_isHelpUrlADefaultOne(const OUString& sHelpURL);
+ bool its_isHelpUrlADefaultOne(const OUString& sHelpURL);
/** @short checks, if the help module should be shown automaticly for the
currently opened office module.