diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/inc/dispatch/loaddispatcher.hxx | 2 | ||||
-rw-r--r-- | framework/source/inc/loadenv/loadenv.hxx | 2 | ||||
-rw-r--r-- | framework/source/services/sessionlistener.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx index 247cda26f732..377e1d01d284 100644 --- a/framework/source/inc/dispatch/loaddispatcher.hxx +++ b/framework/source/inc/dispatch/loaddispatcher.hxx @@ -32,8 +32,6 @@ namespace framework{ /** @short implements a dispatch object which can be used to load non-visible components (by using the mechanism of ContentHandler) or visible-components (by using the mechanism of FrameLoader). - - @author as96863 */ class LoadDispatcher : public ::cppu::WeakImplHelper< css::frame::XNotifyingDispatch, // => XDispatch => XInterface css::frame::XSynchronousDispatch > diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index 17ecb666322c..597631488d82 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -68,8 +68,6 @@ class QuietInteraction; @descr An instance of this class can be used inside the API calls XComponentLoader::loadComponentFromURL() and XDispatch::dispatch(). - - @author as96863 */ class LoadEnv { diff --git a/framework/source/services/sessionlistener.cxx b/framework/source/services/sessionlistener.cxx index cee04dd3b3b3..a3bef54bfa96 100644 --- a/framework/source/services/sessionlistener.cxx +++ b/framework/source/services/sessionlistener.cxx @@ -64,8 +64,6 @@ namespace { class provides full access to the configuration data and following implementations will support some special query modes. - @author as96863 - @docdate 10.03.2003 by as96863 @todo <ul> |