summaryrefslogtreecommitdiff
path: root/sw/inc/accmap.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/accmap.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/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx18
1 files changed, 2 insertions, 16 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 12ccb97b7111..fc7f665da383 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -134,8 +134,6 @@ class SwAccessibleMap : public ::accessibility::IAccessibleViewForwarder,
which have a selection
Important note: method has to used inside a mutual exclusive section
-
- @author OD
*/
SwAccessibleSelectedParas_Impl* BuildSelectedParas();
@@ -184,8 +182,6 @@ public:
/** get size of a dedicated preview page
- @author OD
-
@param _nPreviewPageNum
input parameter - physical page number of page visible in the page preview
@@ -225,8 +221,6 @@ public:
/** invalidation CONTENT_FLOWS_FROM/_TO relation of a paragraph
- @author OD
-
@param _rTextFrame
input parameter - reference to paragraph, whose CONTENT_FLOWS_FROM/_TO
has to be invalidated.
@@ -238,16 +232,10 @@ public:
void InvalidateParaFlowRelation( const SwTextFrame& _rTextFrame,
const bool _bFrom );
- /** invalidation of text selection of a paragraph
-
- @author OD
- */
+ /** invalidation of text selection of a paragraph */
void InvalidateParaTextSelection( const SwTextFrame& _rTextFrame );
- /** invalidation of text selection of all paragraphs
-
- @author OD
- */
+ /** invalidation of text selection of all paragraphs */
void InvalidateTextSelectionOfAllParas();
sal_Int32 GetChildIndex( const SwFrame& rParentFrame,
@@ -299,8 +287,6 @@ private:
output device for mapping logic document positions to page preview window
positions and vice versa and doesn't take care to recover its changes.
- @author OD
-
@param _rPoint
input parameter - constant reference to point to determine the mapping
mode adjustments for page/print preview.