summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc_sort.cxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-11-24 17:39:05 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-11-24 20:07:36 +0100
commitebe151d919a454f98c36013245bca9eb41d92707 (patch)
tree8f3bc5db10d35b721adc74af89b153fccedbe265 /sc/qa/unit/ucalc_sort.cxx
parente8c78c9d636a1ac26a146bdf37469477f62e71f9 (diff)
ScSimpleBootstrapFixture -> ScUcalcTestBase
Change-Id: I69def1dccf4f1f35ef1ab14436fc71493b75eb6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143242 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/unit/ucalc_sort.cxx')
-rw-r--r--sc/qa/unit/ucalc_sort.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc_sort.cxx b/sc/qa/unit/ucalc_sort.cxx
index 26449c4302d9..f71e0d663a59 100644
--- a/sc/qa/unit/ucalc_sort.cxx
+++ b/sc/qa/unit/ucalc_sort.cxx
@@ -31,7 +31,7 @@
#include <svx/svdpage.hxx>
#include <rtl/math.hxx>
-class TestSort : public ScSimpleBootstrapFixture
+class TestSort : public ScUcalcTestBase
{
public:
void testSort();