diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-13 17:35:58 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-13 17:35:58 +0100 |
commit | 8add7525175749499cb8f6cc24e23e434beb49e9 (patch) | |
tree | aa423dd2dcc0092b54fa503e29649b09ed7ad29d /forms/source/component/File.cxx | |
parent | e66aaababcd2bb4b660f798a06d518e394c1c855 (diff) |
Remove bogus comments
Diffstat (limited to 'forms/source/component/File.cxx')
-rw-r--r-- | forms/source/component/File.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx index 4e4b62dc6131..a780574c97bd 100644 --- a/forms/source/component/File.cxx +++ b/forms/source/component/File.cxx @@ -294,7 +294,6 @@ void OFileControlModel::_reset() { // release our mutex once (it's acquired in the calling method !), as setting aggregate properties // may cause any uno controls belonging to us to lock the solar mutex, which is potentially dangerous with // our own mutex locked - // FS - 72451 - 31.01.00 MutexRelease aRelease(m_aMutex); m_xAggregateSet->setPropertyValue(PROPERTY_TEXT, makeAny(m_sDefaultValue)); } |