diff options
Diffstat (limited to 'framework/source/fwi')
-rw-r--r-- | framework/source/fwi/jobs/configaccess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwi/jobs/configaccess.cxx b/framework/source/fwi/jobs/configaccess.cxx index 7ce56e433e38..b641982ca300 100644 --- a/framework/source/fwi/jobs/configaccess.cxx +++ b/framework/source/fwi/jobs/configaccess.cxx @@ -170,7 +170,7 @@ void ConfigAccess::close() aReadLock.unlock(); @attention During this time it's not allowed to call the methods open() or close()! - Otherwhise you will change your own referenced config access. Anything will + Otherwise you will change your own referenced config access. Anything will be possible then. @return A c++(!) reference to the uno instance of the configuration access point. |