summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/impgraph.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index d49856011996..251a189c906a 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -77,11 +77,6 @@ private:
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;
-
public:
ImpGraphic();
ImpGraphic( const ImpGraphic& rImpGraphic );
@@ -208,6 +203,8 @@ private:
bool ensureAvailable () const;
bool loadPrepared();
+
+ sal_Int32 getPageNumber() const;
};
#endif // INCLUDED_VCL_INC_IMPGRAPH_HXX