summaryrefslogtreecommitdiff
path: root/scripting/source/dlgprov/dlgevtatt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 16:14:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 11:28:02 +0200
commit383a4f883d4a2932167695c761611b998f773f0e (patch)
treea5aa8447adf1bce6252f3604cccb4a5b2e742fa7 /scripting/source/dlgprov/dlgevtatt.hxx
parent565746cf861c407ae222b2284d8525b4e9a62d94 (diff)
loplugin:constfields in scripting
Change-Id: I1484d920649817680f70de4ca00a3d46e1faf42a Reviewed-on: https://gerrit.libreoffice.org/61554 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scripting/source/dlgprov/dlgevtatt.hxx')
-rw-r--r--scripting/source/dlgprov/dlgevtatt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/dlgprov/dlgevtatt.hxx b/scripting/source/dlgprov/dlgevtatt.hxx
index 2c92d3220fef..f2e33d811c00 100644
--- a/scripting/source/dlgprov/dlgevtatt.hxx
+++ b/scripting/source/dlgprov/dlgevtatt.hxx
@@ -85,8 +85,8 @@ namespace dlgprov
{
private:
css::uno::Reference< css::script::XScriptListener > m_xScriptListener;
- OUString m_sScriptType;
- OUString m_sScriptCode;
+ OUString const m_sScriptType;
+ OUString const m_sScriptCode;
void firing_impl( const css::script::AllEventObject& Event, css::uno::Any* pRet );