diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-08 13:16:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-09 13:11:25 +0200 |
commit | 84efebb5304b2ebbc03e7743b131ce4d5ad10c03 (patch) | |
tree | 2c85f562f8723f449ff382632a933dcb23a96718 /vcl/qt5 | |
parent | fa9d10e3350b84c3a249294cad650188dce39538 (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/qt5')
-rw-r--r-- | vcl/qt5/Qt5Instance.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx index 7551a1f0721c..8585ea851c88 100644 --- a/vcl/qt5/Qt5Instance.cxx +++ b/vcl/qt5/Qt5Instance.cxx @@ -185,8 +185,6 @@ bool Qt5Instance::DoYield(bool bWait, bool bHandleAllCurrentEvents) bool Qt5Instance::AnyInput(VclInputFlags /*nType*/) { return false; } -SalSession* Qt5Instance::CreateSalSession() { return nullptr; } - OUString Qt5Instance::GetConnectionIdentifier() { return OUString(); } void Qt5Instance::AddToRecentDocumentList(const OUString&, const OUString&, const OUString&) {} |