summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 10:29:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 08:10:24 +0200
commit1de7e818a417a412678013c100b4bf73fd8858ac (patch)
treeab960efb3e261fbc0672df162bae1f1225fd4455 /smoketest
parent56940b766e5d52cb1c17b4250e4c7e2c375b7b65 (diff)
loplugin:constfields in smoketest..sot
Change-Id: I59ceda8ff85cc7b348882a6e1c62491b74297801 Reviewed-on: https://gerrit.libreoffice.org/61549 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/smoketest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/smoketest.cxx b/smoketest/smoketest.cxx
index b463218ae9fb..69913b1fcde8 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 url_;
- css::uno::Sequence< css::beans::PropertyValue > arguments_;
+ css::util::URL const url_;
+ css::uno::Sequence< css::beans::PropertyValue > const arguments_;
css::uno::Reference< css::frame::XDispatchResultListener > listener_;
};