summaryrefslogtreecommitdiff
path: root/svl/source/notify/lstner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify/lstner.cxx')
-rw-r--r--svl/source/notify/lstner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/notify/lstner.cxx b/svl/source/notify/lstner.cxx
index 8c3bdfb58e76..070cc9edf04d 100644
--- a/svl/source/notify/lstner.cxx
+++ b/svl/source/notify/lstner.cxx
@@ -109,7 +109,7 @@ void SfxListener::EndListening( SfxBroadcaster& rBroadcaster, bool bAllDups )
void SfxListener::EndListeningAll()
{
- // Attention: when optimizing this: Respect sideffects of RemoveListener!
+ // Attention: when optimizing this: respect side effects of RemoveListener!
while ( !mpImpl->maBCs.empty() )
{
SfxBroadcaster *pBC = mpImpl->maBCs.front();