summaryrefslogtreecommitdiff
path: root/framework/source/services/dispatchhelper.cxx
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/source/services/dispatchhelper.cxx
parentc2e98d3cc9e2642d746a9933fcd91230a7378aa1 (diff)
framework: sal_Bool->bool
Change-Id: Ia6e87e2b382bd4005637e14088bde9e809996a25
Diffstat (limited to 'framework/source/services/dispatchhelper.cxx')
-rw-r--r--framework/source/services/dispatchhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/dispatchhelper.cxx b/framework/source/services/dispatchhelper.cxx
index f69767c93ba9..992879f226ff 100644
--- a/framework/source/services/dispatchhelper.cxx
+++ b/framework/source/services/dispatchhelper.cxx
@@ -110,7 +110,7 @@ css::uno::Any SAL_CALL DispatchHelper::executeDispatch(
sal_Int32 nLength = lArguments.getLength();
aArguments.realloc( nLength + 1 );
aArguments[ nLength ].Name = "SynchronMode";
- aArguments[ nLength ].Value <<= (sal_Bool) sal_True;
+ aArguments[ nLength ].Value <<= sal_True;
css::uno::Any aResult;
if (xNotifyDispatch.is())