diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-08 09:09:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-08 11:09:03 +0200 |
commit | 0ddf3e0a628599d01356cb5262b93faca073ee9f (patch) | |
tree | e0b1a75ffb25f77156ad99c4627555e9a17b25f7 /stoc/source/javavm/interact.hxx | |
parent | b5d5032ce9b40cdca233f6f8951fa056262ec041 (diff) |
loplugin:constfields in stoc..svgio
Change-Id: Icfd936fe9b83e0e122af5b09f7ed6dde2ead4400
Reviewed-on: https://gerrit.libreoffice.org/61512
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'stoc/source/javavm/interact.hxx')
-rw-r--r-- | stoc/source/javavm/interact.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/javavm/interact.hxx b/stoc/source/javavm/interact.hxx index 67a506769327..0f1789a4746f 100644 --- a/stoc/source/javavm/interact.hxx +++ b/stoc/source/javavm/interact.hxx @@ -55,7 +55,7 @@ private: virtual ~InteractionRequest() override; - css::uno::Any m_aRequest; + css::uno::Any const m_aRequest; css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > m_aContinuations; rtl::Reference< RetryContinuation > m_xRetryContinuation; |