summaryrefslogtreecommitdiff
path: root/starmath/source/uiobject.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 09:34:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 11:10:57 +0200
commite494cc2942899fd92a2273eaed2bf41eb74ea8a9 (patch)
tree34f905b91195d2d59aa5925116dbb6257391c40a /starmath/source/uiobject.hxx
parent0ddf3e0a628599d01356cb5262b93faca073ee9f (diff)
loplugin:constfields in starmath
Change-Id: I5092401b4138ca15e93b36adf1b059e75d4e8f5a Reviewed-on: https://gerrit.libreoffice.org/61514 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/uiobject.hxx')
-rw-r--r--starmath/source/uiobject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/uiobject.hxx b/starmath/source/uiobject.hxx
index ecfef8abe627..616066f85df2 100644
--- a/starmath/source/uiobject.hxx
+++ b/starmath/source/uiobject.hxx
@@ -20,7 +20,7 @@ class ElementUIObject : public UIObject
{
private:
VclPtr<SmElementsControl> mxElementsSelector;
- OUString maID;
+ OUString const maID;
public: