summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 8472aaec20c2..c16f1eb37b67 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -92,7 +92,7 @@ struct IndicatorInfo
are not interesting then. Because more than one child
indicator can use the same values...
*/
- bool operator==(const css::uno::Reference< css::task::XStatusIndicator >& xIndicator)
+ bool operator==(const css::uno::Reference< css::task::XStatusIndicator >& xIndicator) const
{
return (m_xIndicator == xIndicator);
}