diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/graph.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 7514f8767016..0c10149c30a8 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -198,7 +198,8 @@ public: GraphicReader* GetContext(); void SetContext( GraphicReader* pReader ); - + void SetDummyContext(bool value); + bool IsDummyContext(); private: friend class GraphicObject; |