summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-08 13:16:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-09 13:11:25 +0200
commit84efebb5304b2ebbc03e7743b131ce4d5ad10c03 (patch)
tree2c85f562f8723f449ff382632a933dcb23a96718 /vcl/headless
parentfa9d10e3350b84c3a249294cad650188dce39538 (diff)
return SalSession with std::unique_ptr
Change-Id: I85527407c0cd2d3b94565fd7e24b0616948c9b0f Reviewed-on: https://gerrit.libreoffice.org/55497 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpinst.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index 1128f0d61ee6..ad265e335265 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -491,11 +491,6 @@ bool SvpSalInstance::AnyInput( VclInputFlags nType )
return false;
}
-SalSession* SvpSalInstance::CreateSalSession()
-{
- return nullptr;
-}
-
OUString SvpSalInstance::GetConnectionIdentifier()
{
return OUString();