From fb1d3b580763a333bbbfe115d09e1b5cd8849675 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 11 Oct 2018 10:46:10 +0200 Subject: loplugin:constfields in sc Change-Id: If326175d571d15752efd1b63df45b2bc785f7541 Reviewed-on: https://gerrit.libreoffice.org/61653 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/unoobj/cellvaluebinding.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/unoobj/cellvaluebinding.hxx') diff --git a/sc/source/ui/unoobj/cellvaluebinding.hxx b/sc/source/ui/unoobj/cellvaluebinding.hxx index 4527177dbb49..0d9e3e7d6747 100644 --- a/sc/source/ui/unoobj/cellvaluebinding.hxx +++ b/sc/source/ui/unoobj/cellvaluebinding.hxx @@ -70,7 +70,7 @@ namespace calc ::comphelper::OInterfaceContainerHelper2 m_aModifyListeners; /// our modify listeners bool m_bInitialized; /// has XInitialization::initialize been called? - bool m_bListPos; /// constructed as ListPositionCellBinding? + bool const m_bListPos; /// constructed as ListPositionCellBinding? public: OCellValueBinding( -- cgit