diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-12 16:50:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-12 19:43:04 +0100 |
commit | 819e76dc6082a21fd9c4f8866e4fc4cd20cd90f1 (patch) | |
tree | 818946d65af4a80d1599c1d5d70001e4fbed848a /smoketest | |
parent | 503e0173bf1e207b05a33cc17e03d8b9dbcbc56b (diff) |
Revert "loplugin:constfields in smoketest..sot"
This reverts commit 1de7e818a417a412678013c100b4bf73fd8858ac.
Change-Id: Ie1100fd1af636a0538f589845b9391ba40dbf12a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90417
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/smoketest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/smoketest.cxx b/smoketest/smoketest.cxx index 69913b1fcde8..b463218ae9fb 100644 --- a/smoketest/smoketest.cxx +++ b/smoketest/smoketest.cxx @@ -106,8 +106,8 @@ private: { dispatch_->dispatchWithNotification(url_, arguments_, listener_); } css::uno::Reference< css::frame::XNotifyingDispatch > dispatch_; - css::util::URL const url_; - css::uno::Sequence< css::beans::PropertyValue > const arguments_; + css::util::URL url_; + css::uno::Sequence< css::beans::PropertyValue > arguments_; css::uno::Reference< css::frame::XDispatchResultListener > listener_; }; |