summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:02:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:28 +0100
commita29cdd540c6b6b583b56f0e1a6e0c4f8714b351e (patch)
tree04e1b7df604b0b361772640b689218ec6646d95c /extensions/source/abpilot
parent6d993bc5b448241c2cb35eff92e126058ccf1ce1 (diff)
bool improvements
Change-Id: If3402725c9cbff5df45043bd2ecd22dd6241c052
Diffstat (limited to 'extensions/source/abpilot')
-rw-r--r--extensions/source/abpilot/admininvokationimpl.cxx2
-rw-r--r--extensions/source/abpilot/datasourcehandling.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/abpilot/admininvokationimpl.cxx b/extensions/source/abpilot/admininvokationimpl.cxx
index 66ec18151dcf..fb39a208b184 100644
--- a/extensions/source/abpilot/admininvokationimpl.cxx
+++ b/extensions/source/abpilot/admininvokationimpl.cxx
@@ -110,7 +110,7 @@ namespace abp
return sal_True;
}
else
- ShowServiceNotAvailableError(m_pMessageParent, s_sAdministrationServiceName, sal_True);
+ ShowServiceNotAvailableError(m_pMessageParent, s_sAdministrationServiceName, true);
}
catch(const Exception&)
{
diff --git a/extensions/source/abpilot/datasourcehandling.cxx b/extensions/source/abpilot/datasourcehandling.cxx
index 65d97ffc2240..fde1b3ace120 100644
--- a/extensions/source/abpilot/datasourcehandling.cxx
+++ b/extensions/source/abpilot/datasourcehandling.cxx
@@ -531,7 +531,7 @@ namespace abp
{
OUString s_sInteractionHandlerServiceName("com.sun.star.task.InteractionHandler");
if ( _pMessageParent )
- ShowServiceNotAvailableError( _pMessageParent, s_sInteractionHandlerServiceName, sal_True );
+ ShowServiceNotAvailableError( _pMessageParent, s_sInteractionHandlerServiceName, true );
return sal_False;
}