diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-26 21:42:54 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-10-09 01:11:43 +0200 |
commit | 5efc7c3271d25a1ebfecef8b13bc1c9e3b3ab8e9 (patch) | |
tree | fd6aa4c1aa85f5d6f8c74d5277a96e5e486b5e05 /sc/source/ui | |
parent | 5273c680d17fa386a844d3bbffd20b6a8bd354a1 (diff) |
document a few method parameters
Change-Id: I08273d2a84c335e5eb9998e41a67b3b7340f348d
Reviewed-on: https://gerrit.libreoffice.org/43250
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/inc/output.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx index e1555de9f7c3..af50010d41e4 100644 --- a/sc/source/ui/inc/output.hxx +++ b/sc/source/ui/inc/output.hxx @@ -250,6 +250,11 @@ private: long nEngineHeight, bool bWrapFields); public: + /** + * @param nNewScrX: X-Offset in the output device for the table + * @param nNewScrY: Y-Offset in the output device for the table + * + */ ScOutputData( OutputDevice* pNewDev, ScOutputType eNewType, ScTableInfo& rTabInfo, ScDocument* pNewDoc, SCTAB nNewTab, long nNewScrX, long nNewScrY, |