diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2019-08-19 01:30:26 +0800 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2019-08-19 22:56:40 +0800 |
commit | 739c370522df4d48898b924e3c29957054f71a78 (patch) | |
tree | 58d2dc1ff49f8638198ccebec28d58cfe3db70fa /sfx2 | |
parent | 147ae53b68844aa1b088926931f958e30888ffda (diff) |
uitest: pass OUString by const reference and formatting fixes
Change-Id: I55eca745a84998c74e2d925ed53af20382d98289
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 0a50a39735eb..3cc88838a489 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -611,7 +611,7 @@ void SfxDispatchController_Impl::dispatch( const css::util::URL& aURL, const css::uno::Reference< css::frame::XDispatchResultListener >& rListener ) { collectUsageInformation(aURL, aArgs); - collectUIInformation(aURL,aArgs); + collectUIInformation(aURL, aArgs); SolarMutexGuard aGuard; if ( |