diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-04-01 03:58:12 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-04-01 08:14:30 +0200 |
commit | af5f02ec27e3403c1e4c43bca621e2a0d261aa0e (patch) | |
tree | baff45939bc388a1979f99fa77ad24e11a0afeb4 /sc/Module_sc.mk | |
parent | c2108dd683ec7ff0bcaac8456c6cce9610a2993a (diff) |
Rename ScSubTotalDescriptorBaseObj to ScSubTotalDescriptorBase
Correct class name to mirror the name of the object we are testing
against.
Change-Id: If26dc045f67df7725043f1b0ccd0d3c8ba73f4ed
Reviewed-on: https://gerrit.libreoffice.org/70030
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 7e014431f6a5..b56484c798a5 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -192,7 +192,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_spreadsheetsettingsobj \ CppunitTest_sc_stylefamiliesobj \ CppunitTest_sc_stylefamilyobj \ - CppunitTest_sc_subtotaldescriptorbaseobj \ + CppunitTest_sc_subtotaldescriptorbase \ CppunitTest_sc_subtotalfieldobj \ CppunitTest_sc_tablecolumnsobj \ CppunitTest_sc_tableconditionalentryobj \ |