summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-08-10 16:25:35 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-09-19 10:18:18 +0200
commitebcf59eeba6a322dbf6d42e40149e0da135e4a93 (patch)
treee5ea375f207e942fcb5bab7790fe8e8afb25308a /sw/inc/calbck.hxx
parent4c8d1d2fa99aca14464c1d5f0283c1d0357cfa33 (diff)
sw: IsListeningTo can be const
Change-Id: Ib4ab6e9c68ec95b59d3bb68074ae39c9318076c8
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 8b029c75fe71..08f9e254829e 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -272,7 +272,7 @@ namespace sw
~WriterMultiListener();
void StartListening(SwModify* pDepend);
void EndListening(SwModify* pDepend);
- bool IsListeningTo(const SwModify* const pDepend);
+ bool IsListeningTo(const SwModify* const pDepend) const;
void EndListeningAll();
};
class ClientIteratorBase : public sw::Ring< ::sw::ClientIteratorBase >