summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/options.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/options.cxx b/unotools/source/config/options.cxx
index a38950be4e36..1085ae31dcc6 100644
--- a/unotools/source/config/options.cxx
+++ b/unotools/source/config/options.cxx
@@ -58,7 +58,7 @@ void ConfigurationBroadcaster::RemoveListener( utl::ConfigurationListener* pList
{
if ( mpList ) {
for ( IMPL_ConfigurationListenerList::iterator it = mpList->begin();
- it < mpList->end();
+ it != mpList->end();
++it
) {
if ( *it == pListener ) {