summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/SelectionMultiplex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/SelectionMultiplex.cxx')
-rw-r--r--comphelper/source/misc/SelectionMultiplex.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/SelectionMultiplex.cxx b/comphelper/source/misc/SelectionMultiplex.cxx
index 8ec3158c6789..82d6eb351af5 100644
--- a/comphelper/source/misc/SelectionMultiplex.cxx
+++ b/comphelper/source/misc/SelectionMultiplex.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -151,7 +151,7 @@ void SAL_CALL OSelectionChangeMultiplexer::disposing( const EventObject& _rSour
if (!locked())
m_pListener->_disposing(_rSource);
// disconnect the listener
- if (m_pListener) // may have been reset whilest calling into _disposing
+ if (m_pListener) // may have been reset whilest calling into _disposing
m_pListener->setAdapter(NULL);
}