summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-09 08:50:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-09 13:49:39 +0200
commit13e5d52fc37f9283edd8a055d6b86108701182f1 (patch)
tree54a21d76afa9a2ecbf64527d343727b430c42934 /starmath/inc
parent317a90fd9d090aa2fe879549553d6491eb5028bf (diff)
loplugin:constantparam
Change-Id: I7bbc4e1546acf58f1ca24bfec5e465bad5ca90de Reviewed-on: https://gerrit.libreoffice.org/73732 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/AccessibleSmElementsControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/AccessibleSmElementsControl.hxx b/starmath/inc/AccessibleSmElementsControl.hxx
index 8afea99bf18a..ac0b68afa892 100644
--- a/starmath/inc/AccessibleSmElementsControl.hxx
+++ b/starmath/inc/AccessibleSmElementsControl.hxx
@@ -50,7 +50,7 @@ class AccessibleSmElementsControl final : public comphelper::OAccessibleComponen
public:
AccessibleSmElementsControl(SmElementsControl& rControl);
- void ReleaseAllItems(bool bNotify);
+ void ReleaseAllItems();
void AddAllItems();
inline void AcquireFocus();
inline void ReleaseFocus(sal_uInt16);