[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sun Oct 8 23:12:13 UTC 2017
sc/source/ui/inc/output.hxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 5efc7c3271d25a1ebfecef8b13bc1c9e3b3ab8e9
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Aug 26 21:42:54 2017 +0200
document a few method parameters
Change-Id: I08273d2a84c335e5eb9998e41a67b3b7340f348d
Reviewed-on: https://gerrit.libreoffice.org/43250
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
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,
More information about the Libreoffice-commits
mailing list