summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-18 09:46:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-18 12:32:30 +0000
commit34dc97c79165a038fd1262902a414fe78882aaba (patch)
treedb27e5b67c2c82881aa3802130949eaed8224cdc /vcl/headless
parent69d0d5f567f1418060f0c925b0dada2cb608eacc (diff)
move IsCairoWorking to vclplug level and rename
Change-Id: Id31de932afa61df6933d61ddba971f5d7060f0c1
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpgdi.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index ea043b1b070b..f63ae479f31b 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -733,4 +733,9 @@ bool SvpSalGraphics::supportsOperation( OutDevSupportType ) const
#endif
+bool SvpSalGraphics::SupportsCairo() const
+{
+ return false;
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */