From 5efc7c3271d25a1ebfecef8b13bc1c9e3b3ab8e9 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 26 Aug 2017 21:42:54 +0200 Subject: document a few method parameters Change-Id: I08273d2a84c335e5eb9998e41a67b3b7340f348d Reviewed-on: https://gerrit.libreoffice.org/43250 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- sc/source/ui/inc/output.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sc') 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, -- cgit