summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.hxx
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-04-02 20:34:11 -0400
committerJan Holesovsky <kendy@collabora.com>2018-06-07 10:45:19 +0200
commiteb02d79c19405a39aac0af472116a1b99beb2cc6 (patch)
tree1e73deb831a97a997c85a2fde3d7a1499f9250f5 /vcl/inc/impgraph.hxx
parent455878f78ef6322f8b7832ddd22b4f64a05d3756 (diff)
vcl: svx: preserve the imported PDF page number in Graphic
Change-Id: I1bb3fa7d44d5f92df2bb8c4ed4b85ccd984c2617
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r--vcl/inc/impgraph.hxx6
1 files changed, 3 insertions, 3 deletions
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<GraphicID> 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 );