summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-02-23 14:16:14 +0100
committerLuboš Luňák <l.lunak@collabora.com>2021-02-24 12:37:35 +0100
commit9c00f3f9cfb0eeb2e4d8524381fbf2367103d0fc (patch)
treeeb4f7d31705ac2724eb3b142efcb13bfd4e11c96 /vcl
parentbcb15a129d8befa5df5767b09e93b5003332ae71 (diff)
do not dispose XDesktop in visualbackendtest
6e35794cad555485955c3b43593497dcdbf29840 changed a warning on doing so to an assert, so I think removing this is the same that the other test changes in that commit do. Change-Id: I63b3eb57a42a37e6b607648ab0ae0fb4c56c97e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111397 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/backendtest/VisualBackendTest.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/backendtest/VisualBackendTest.cxx b/vcl/backendtest/VisualBackendTest.cxx
index 3f1bc723d36c..441588aa611c 100644
--- a/vcl/backendtest/VisualBackendTest.cxx
+++ b/vcl/backendtest/VisualBackendTest.cxx
@@ -788,8 +788,6 @@ protected:
void DeInit() override
{
- uno::Reference<lang::XComponent> xComponent(comphelper::getProcessComponentContext(), uno::UNO_QUERY_THROW);
- xComponent->dispose();
comphelper::setProcessServiceFactory(nullptr);
}
};