summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-07-16 10:20:11 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-07-16 10:21:36 +0100
commit098be920e012a3ae133d23cffdb161a0816d29c4 (patch)
tree248a6757a1352120c7113b18ce1cc7704b43cfca /cppuhelper
parent4ad006fc76b0f7fdd267c64fc868aaf63e281a31 (diff)
remove obsolete hooks for proprietary Sun single-sign-on config page
Change-Id: Ia6c0fbd33a4293ba863b4179f03f78ded413040a
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/interfacecontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/inc/cppuhelper/interfacecontainer.h b/cppuhelper/inc/cppuhelper/interfacecontainer.h
index 251297de732b..d745f0844963 100644
--- a/cppuhelper/inc/cppuhelper/interfacecontainer.h
+++ b/cppuhelper/inc/cppuhelper/interfacecontainer.h
@@ -441,7 +441,7 @@ struct OBroadcastHelperVar
{
/** The shared mutex. */
::osl::Mutex & rMutex;
- /** ListenerContainer class is thread save. */
+ /** ListenerContainer class is thread safe. */
container aLC;
/** Dispose call ready. */
sal_Bool bDisposed;