summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-10-07 17:29:49 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:54 +0100
commita53082c7c856eb5cf076ee8c14fd92939d6952b2 (patch)
tree6cf1548d54352b71e414386b77767788acebf505 /vcl/headless
parent8d068d15b2dae039600aaa7bac7299055ce7aea8 (diff)
generic: more unix conditional compilation pieces and win32 porting
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpgdi.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 8912acc4b878..3609bd9665fc 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -689,11 +689,7 @@ SystemFontData SvpSalGraphics::GetSysFontData( int nFallbacklevel ) const
SystemGraphicsData SvpSalGraphics::GetGraphicsData() const
{
- SystemGraphicsData aRes;
- aRes.nSize = sizeof(aRes);
- aRes.hDrawable = 0;
- aRes.pXRenderFormat = 0;
- return aRes;
+ return SystemGraphicsData();
}
bool SvpSalGraphics::supportsOperation( OutDevSupportType ) const