diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:02:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:26:28 +0100 |
commit | a29cdd540c6b6b583b56f0e1a6e0c4f8714b351e (patch) | |
tree | 04e1b7df604b0b361772640b689218ec6646d95c /extensions/source/dbpilots/controlwizard.cxx | |
parent | 6d993bc5b448241c2cb35eff92e126058ccf1ce1 (diff) |
bool improvements
Change-Id: If3402725c9cbff5df45043bd2ecd22dd6241c052
Diffstat (limited to 'extensions/source/dbpilots/controlwizard.cxx')
-rw-r--r-- | extensions/source/dbpilots/controlwizard.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index f1e4aef9ea60..1b7b1d6c0248 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -513,7 +513,7 @@ namespace dbp if (!xHandler.is()) { const OUString sInteractionHandlerServiceName("com.sun.star.task.InteractionHandler"); - ShowServiceNotAvailableError(_pWindow, sInteractionHandlerServiceName, sal_True); + ShowServiceNotAvailableError(_pWindow, sInteractionHandlerServiceName, true); } return xHandler; } |