summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-11 08:37:50 +0200
committerNoel Grandin <noel@peralex.com>2015-05-11 09:17:41 +0200
commitfc9e78c78864cbfa67ddea646da4aa4677d99b0c (patch)
treeb04d03aa08ef442f456202d31ff9d9b13e8a1f0a /vcl/source/app/svapp.cxx
parent80244bff5f1fb5cad4638ed0b661f0c0f7776b07 (diff)
sw,sc,sd,starmath: convert to vcl::RenderContext
Change-Id: I5d0a3b8ed1c49ba2806e0fa528d908da45afd58c
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 4edae11f6abe..decd8e7d7302 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -1006,6 +1006,11 @@ OutputDevice* Application::GetDefaultDevice()
return ImplGetDefaultWindow();
}
+vcl::RenderContext* Application::GetDefaultRenderContext()
+{
+ return ImplGetDefaultWindow();
+}
+
vcl::Window* Application::GetFirstTopLevelWindow()
{
ImplSVData* pSVData = ImplGetSVData();