diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-10-22 10:36:04 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-10-22 10:36:04 +0000 |
commit | 5c2b483bf00c04b5394808b2f5607344fc2b044b (patch) | |
tree | c5a5afa9e31802313627253aaafc7fe46d21b384 /toolkit/source/awt/vclxaccessiblecomponent.cxx | |
parent | cd4e56cd62e50cea7835295baa43717dd5b9c51b (diff) |
INTEGRATION: CWS dba17 (1.49.84); FILE MERGED
2004/09/08 13:38:26 fs 1.49.84.1: nitpicking
Diffstat (limited to 'toolkit/source/awt/vclxaccessiblecomponent.cxx')
-rw-r--r-- | toolkit/source/awt/vclxaccessiblecomponent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx index ea35b9891c57..06d278ad8b51 100644 --- a/toolkit/source/awt/vclxaccessiblecomponent.cxx +++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxaccessiblecomponent.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: hr $ $Date: 2004-02-04 11:32:54 $ + * last change: $Author: pjunck $ $Date: 2004-10-22 11:36:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,7 +163,7 @@ VCLXAccessibleComponent::~VCLXAccessibleComponent() delete m_pSolarLock; m_pSolarLock = NULL; - // This is not completely sure. If we assume that the base class dtor calls some method which + // This is not completely safe. If we assume that the base class dtor calls some method which // uses this lock, the we crash. However, as the base class' dtor does not have a chance to call _out_ // virtual methods, this is no problem as long as the base class is safe, i.e. does not use the external // lock from within it's dtor. At the moment, we _know_ the base class is safe in this respect, so |