summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentDrawModelAccess.hxx
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 /sw/inc/IDocumentDrawModelAccess.hxx
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 'sw/inc/IDocumentDrawModelAccess.hxx')
-rw-r--r--sw/inc/IDocumentDrawModelAccess.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/inc/IDocumentDrawModelAccess.hxx b/sw/inc/IDocumentDrawModelAccess.hxx
index 93868401af87..b81d65d945d8 100644
--- a/sw/inc/IDocumentDrawModelAccess.hxx
+++ b/sw/inc/IDocumentDrawModelAccess.hxx
@@ -44,14 +44,11 @@ public:
virtual SdrLayerID GetInvisibleHellId() const = 0;
virtual SdrLayerID GetInvisibleControlsId() const = 0;
- /** method to notify drawing page view about the invisible layers
- @author OD
- */
+ /** method to notify drawing page view about the invisible layers */
virtual void NotifyInvisibleLayers( SdrPageView& _rSdrPageView ) = 0;
/** method to determine, if a layer ID belongs to the visible ones.
Note: If given layer ID is unknown, method asserts and returns <false>.
- @author OD
@param _nLayerId
input parameter - layer ID, which has to be checked, if it belongs to
@@ -66,8 +63,6 @@ public:
Note: If given layer ID is a invisible one, method returns given layer ID.
Note: If given layer ID is unknown, method returns given layer ID.
- @author OD
-
@param _nVisibleLayerId
input parameter - visible layer ID for which the corresponding
invisible one has to be returned.