From eb02d79c19405a39aac0af472116a1b99beb2cc6 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Mon, 2 Apr 2018 20:34:11 -0400 Subject: vcl: svx: preserve the imported PDF page number in Graphic Change-Id: I1bb3fa7d44d5f92df2bb8c4ed4b85ccd984c2617 --- vcl/inc/impgraph.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcl/inc/impgraph.hxx') diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx index 36a888c01efc..93fc09c7b1e5 100644 --- a/vcl/inc/impgraph.hxx +++ b/vcl/inc/impgraph.hxx @@ -96,14 +96,14 @@ private: std::unique_ptr mpGraphicID; GraphicExternalLink maGraphicExternalLink; + std::chrono::high_resolution_clock::time_point maLastUsed; + bool mbPrepared; + /// Used with GfxLink and/or PdfData when they store original media /// which might be multi-page (PDF, f.e.) and we need to re-render /// this Graphic (a page) from the source in GfxLink or PdfData. sal_Int32 mnPageNumber; - std::chrono::high_resolution_clock::time_point maLastUsed; - bool mbPrepared; - public: ImpGraphic(); ImpGraphic( const ImpGraphic& rImpGraphic ); -- cgit