diff options
Diffstat (limited to 'include/svtools/DocumentToGraphicRenderer.hxx')
-rw-r--r-- | include/svtools/DocumentToGraphicRenderer.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svtools/DocumentToGraphicRenderer.hxx b/include/svtools/DocumentToGraphicRenderer.hxx index 458f9826fb07..450672ebe7ad 100644 --- a/include/svtools/DocumentToGraphicRenderer.hxx +++ b/include/svtools/DocumentToGraphicRenderer.hxx @@ -42,11 +42,13 @@ class SVT_DLLPUBLIC DocumentToGraphicRenderer css::uno::Any getSelection() const; + sal_Int32 getCurrentPageWriter(); + public: DocumentToGraphicRenderer(const css::uno::Reference<css::lang::XComponent>& xDocument, bool bSelectionOnly); ~DocumentToGraphicRenderer(); - sal_Int32 getCurrentPageWriter( ); + sal_Int32 getCurrentPage(); Size getDocumentSizeInPixels( sal_Int32 nCurrentPage ); |