summaryrefslogtreecommitdiff
path: root/sw/inc/docfunc.hxx
diff options
context:
space:
mode:
authorAbhyudaya Sharma <sharmaabhyudaya@gmail.com>2018-05-18 17:28:25 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-05-22 08:35:22 +0200
commit038c607e4093d5a26e37d41805def1c5d65ff32d (patch)
tree354c2a6dd3ef1ca9ca89a1a94ae6c44a9a90f70a /sw/inc/docfunc.hxx
parentd9cc5a1c28a98bc2d4014a14a8e931662e94e037 (diff)
tdf#108523 Remove @author annotations
Change-Id: Icd9cd2c17657001058f09c4042804a91b4f1d1b1 Reviewed-on: https://gerrit.libreoffice.org/54539 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/inc/docfunc.hxx')
-rw-r--r--sw/inc/docfunc.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/inc/docfunc.hxx b/sw/inc/docfunc.hxx
index d4d1256ccc2f..cd645ea570cc 100644
--- a/sw/inc/docfunc.hxx
+++ b/sw/inc/docfunc.hxx
@@ -26,8 +26,6 @@ namespace docfunc
{
/** method to check, if given Writer document contains at least one drawing object
- @author OD
-
@param p_rDoc
input parameter - reference to the Writer document, which is investigated.
*/
@@ -36,8 +34,6 @@ namespace docfunc
/** method to check, if given Writer document contains only drawing objects,
which are completely on its page.
- @author OD
-
@param p_rDoc
input parameter - reference to the Writer document, which is investigated.
*/
@@ -52,8 +48,6 @@ namespace docfunc
a list style from its parent paragraphs style.
This information is needed for the OpenDocument file format export.
- @author OD
-
@param rDoc
input parameter - reference to the text document, which is investigated.