summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/vectorgraphicdata.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/vectorgraphicdata.hxx b/include/vcl/vectorgraphicdata.hxx
index 8ccf45b51e5d..7e272602f67f 100644
--- a/include/vcl/vectorgraphicdata.hxx
+++ b/include/vcl/vectorgraphicdata.hxx
@@ -111,6 +111,8 @@ public:
BitmapChecksum GetChecksum() const;
sal_Int32 getPageIndex() const { return mnPageIndex; }
+
+ bool isPrimitiveSequenceCreated() const { return mbSequenceCreated; }
};
typedef std::shared_ptr< VectorGraphicData > VectorGraphicDataPtr;