diff options
author | Abhyudaya Sharma <sharmaabhyudaya@gmail.com> | 2018-06-04 12:33:22 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-06-18 11:29:46 +0200 |
commit | bc5cdc0f12ab580f6b1631b0f323aafd234adc4c (patch) | |
tree | 8b310f98bab69137941d315d6f3a10750ef3c887 /framework/source/inc/dispatch | |
parent | f6bd95704e46f53fd976519cc7d916f28a4ddc94 (diff) |
tdf#108523 Remove @author annotations
Change-Id: I85e364da59ce70ddd97fdae9bc03a4ea76b007fc
Reviewed-on: https://gerrit.libreoffice.org/55263
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'framework/source/inc/dispatch')
-rw-r--r-- | framework/source/inc/dispatch/loaddispatcher.hxx | 2 |
1 files changed, 0 insertions, 2 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 > |