summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAbhyudaya Sharma <sharmaabhyudaya@gmail.com>2018-06-04 12:33:22 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-06-18 11:29:46 +0200
commitbc5cdc0f12ab580f6b1631b0f323aafd234adc4c (patch)
tree8b310f98bab69137941d315d6f3a10750ef3c887 /framework
parentf6bd95704e46f53fd976519cc7d916f28a4ddc94 (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')
-rw-r--r--framework/source/inc/dispatch/loaddispatcher.hxx2
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx2
-rw-r--r--framework/source/services/sessionlistener.cxx2
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>