summaryrefslogtreecommitdiff
path: root/vcl/inc/salinst.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-07-17 19:18:32 +0500
committerMike Kaganski <mike.kaganski@collabora.com>2024-07-17 19:15:31 +0200
commit68a96f747345dd55bcb6abdd8eee0e2d9768c9ec (patch)
tree82dc96ea1ee20a8506c942b5b7b679fc849186c6 /vcl/inc/salinst.hxx
parent2a20a894b0752e5b7f28547ed9a90570739e8bea (diff)
Use IsRunningUnitTest / IsRunningUITest consistently
The functions are moved to o3tl as inline functions. Change-Id: Ief7d7e292ef15e055ad04ab5707e5e6a2a05b916 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170636 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r--vcl/inc/salinst.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx
index b356a4514aee..380ee2ce202e 100644
--- a/vcl/inc/salinst.hxx
+++ b/vcl/inc/salinst.hxx
@@ -211,9 +211,6 @@ public:
virtual void BeforeAbort(const OUString& /* rErrorText */, bool /* bDumpCore */) {}
- static bool IsRunningUnitTest();
- static bool IsRunningUITest();
-
// both must be implemented, if the VCL plugin needs to run via system event loop
virtual bool DoExecute(int &nExitCode);
virtual void DoQuit();