diff options
author | Armin Le Grand <alg@apache.org> | 2014-07-14 19:09:11 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2014-07-14 19:09:11 +0000 |
commit | 3c1d4742e649fe9c8aed8c2817fe3e1f3364f298 (patch) | |
tree | e0c6e02c89aa9227726c9469da1001b3e29c41df /framework/inc/services/modulemanager.hxx | |
parent | c5c31e2aeaedbdf76e1f38d3c385e34f5ed875ca (diff) |
Resync to trunk, windows non-pro build
aoo/aw080
Diffstat (limited to 'framework/inc/services/modulemanager.hxx')
-rw-r--r-- | framework/inc/services/modulemanager.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/services/modulemanager.hxx b/framework/inc/services/modulemanager.hxx index aa2b8d55cd0e..8a4bbaa83ac5 100644 --- a/framework/inc/services/modulemanager.hxx +++ b/framework/inc/services/modulemanager.hxx @@ -64,7 +64,7 @@ class ModuleManager : public css::lang::XTypeProvider , public css::frame::XModuleManager , public css::container::XNameReplace // => XNameAccess, XElementAccess , public css::container::XContainerQuery - // attention! Must be the first base class to guarentee right initialize lock ... + // attention! Must be the first base class to guarantee right initialize lock ... , private ThreadHelpBase , public ::cppu::OWeakObject { @@ -154,7 +154,7 @@ class ModuleManager : public css::lang::XTypeProvider Note: A writable configuration access must be created explicitly. Otherwise - we cant make sure that broken write requests + we can't make sure that broken write requests wont affect our read access ! @return [com.sun.star.container.XNameAccess] |