diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-09 23:39:57 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:30 +0200 |
commit | b6d51e4f0a5e4c8d56e460155abdc1f4e008c887 (patch) | |
tree | 432cd532ca778d6f952048903970ed1ba0faa7a0 /comphelper/source | |
parent | c2df3be07190af89e0f2936058c3240fd066b6a9 (diff) |
uitest: this is obviously wrong
Change-Id: I48be9d1daeff83913909f57bf972ca171367a2b0
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/misc/dispatchcommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/dispatchcommand.cxx b/comphelper/source/misc/dispatchcommand.cxx index 6b97eef89430..90d181d2e0e4 100644 --- a/comphelper/source/misc/dispatchcommand.cxx +++ b/comphelper/source/misc/dispatchcommand.cxx @@ -59,7 +59,7 @@ bool dispatchCommand(const OUString& rCommand, const css::uno::Sequence<css::bea if (xNotifyingDisp.is()) xNotifyingDisp->dispatchWithNotification(aCommandURL, rArguments, aListener); else - xNotifyingDisp->dispatch(aCommandURL, rArguments); + xDisp->dispatch(aCommandURL, rArguments); return true; } |