From 68a96f747345dd55bcb6abdd8eee0e2d9768c9ec Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 17 Jul 2024 19:18:32 +0500 Subject: 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 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- vcl/inc/salinst.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/inc/salinst.hxx') 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(); -- cgit