summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-09-19 18:48:44 +0200
committerEike Rathke <erack@redhat.com>2017-09-19 18:52:29 +0200
commitd915987bfcd99deb9446781408d475ff96b1df55 (patch)
tree0db1282890f56e186ae1f58deceed8ff3cf574c2 /include/svtools
parent9c90cf14cc200778e3689371e62fa4c19466f75c (diff)
'a'CurrentPage gets on my nerves
Change-Id: Ifb6137048d7206c1f3a718331ed8b42f746052bb Reviewed-on: https://gerrit.libreoffice.org/42487 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/DocumentToGraphicRenderer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/DocumentToGraphicRenderer.hxx b/include/svtools/DocumentToGraphicRenderer.hxx
index 2e6ee141773a..458f9826fb07 100644
--- a/include/svtools/DocumentToGraphicRenderer.hxx
+++ b/include/svtools/DocumentToGraphicRenderer.hxx
@@ -48,11 +48,11 @@ public:
sal_Int32 getCurrentPageWriter( );
- Size getDocumentSizeInPixels( sal_Int32 aCurrentPage );
+ Size getDocumentSizeInPixels( sal_Int32 nCurrentPage );
- Size getDocumentSizeIn100mm( sal_Int32 aCurrentPage );
+ Size getDocumentSizeIn100mm( sal_Int32 nCurrentPage );
- Graphic renderToGraphic(sal_Int32 aCurrentPage, Size aDocumentSizePixel,
+ Graphic renderToGraphic( sal_Int32 nCurrentPage, Size aDocumentSizePixel,
Size aTargetSizePixel, Color aPageColor);
};