diff options
author | Abhyudaya Sharma <sharmaabhyudaya@gmail.com> | 2018-05-18 17:28:25 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-05-22 08:35:22 +0200 |
commit | 038c607e4093d5a26e37d41805def1c5d65ff32d (patch) | |
tree | 354c2a6dd3ef1ca9ca89a1a94ae6c44a9a90f70a /sw/inc/fmtcolfunc.hxx | |
parent | d9cc5a1c28a98bc2d4014a14a8e931662e94e037 (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/fmtcolfunc.hxx')
-rw-r--r-- | sw/inc/fmtcolfunc.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/fmtcolfunc.hxx b/sw/inc/fmtcolfunc.hxx index ed7162f7968e..12c382858293 100644 --- a/sw/inc/fmtcolfunc.hxx +++ b/sw/inc/fmtcolfunc.hxx @@ -33,8 +33,6 @@ namespace TextFormatCollFunc The assignment of a paragraph style to a list level of the outline style has to be deleted, if the numbering rule, which is set at the paragraph style isn't the outline style. - - @author OD */ void CheckTextFormatCollForDeletionOfAssignmentToOutlineStyle( SwFormat* pFormat, @@ -42,8 +40,6 @@ namespace TextFormatCollFunc /** determines the list style, which directly set at the given paragraph style - @author OD - @param rTextFormatColl input parameter - paragraph style for which the list style should be retrieved @@ -58,8 +54,6 @@ namespace TextFormatCollFunc @param rTextFormatColl input parameter - paragraph style which is added to its directly set list style - - @author OD */ void AddToNumRule( SwTextFormatColl& rTextFormatColl ); @@ -69,8 +63,6 @@ namespace TextFormatCollFunc @param rTextFormatColl input parameter - paragraph style which is removed from its directly set list style - - @author OD */ void RemoveFromNumRule( SwTextFormatColl& rTextFormatColl ); } |