diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 09:46:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 12:32:30 +0000 |
commit | 34dc97c79165a038fd1262902a414fe78882aaba (patch) | |
tree | db27e5b67c2c82881aa3802130949eaed8224cdc /include | |
parent | 69d0d5f567f1418060f0c925b0dada2cb608eacc (diff) |
move IsCairoWorking to vclplug level and rename
Change-Id: Id31de932afa61df6933d61ddba971f5d7060f0c1
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index ec1063b6b717..30c8c839c56b 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -376,6 +376,7 @@ public: const AllSettings& GetSettings() const { return *mxSettings; } SystemGraphicsData GetSystemGfxData() const; + bool SupportsCairo() const; css::uno::Any GetSystemGfxDataAny() const; void SetRefPoint(); |