summaryrefslogtreecommitdiff
path: root/include/vcl/vectorgraphicdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/vectorgraphicdata.hxx')
-rw-r--r--include/vcl/vectorgraphicdata.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vcl/vectorgraphicdata.hxx b/include/vcl/vectorgraphicdata.hxx
index 159dc7afe286..ad402431181c 100644
--- a/include/vcl/vectorgraphicdata.hxx
+++ b/include/vcl/vectorgraphicdata.hxx
@@ -45,7 +45,8 @@ enum class VectorGraphicDataType
{
Svg = 0,
Emf = 1,
- Wmf = 2
+ Wmf = 2,
+ Pdf = 3
};
class VCL_DLLPUBLIC VectorGraphicData
@@ -69,6 +70,7 @@ private:
std::unique_ptr<WmfExternal> mpExternalHeader;
// on demand creators
+ void ensurePdfReplacement();
void ensureReplacement();
void ensureSequenceAndRange();