summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-12-16 17:22:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-12-18 16:04:18 +0000
commitc3497353cabdef735dcebd66a8818ea117623dac (patch)
treee3c5d595f1fc4e5fdb7e6d2e581dd1c655488685 /solenv
parent50a5b5580729d6d537a696f7c91f212c8f3b995d (diff)
Combine oox::FormulaIm-/ExportBase
The original classes were both only used as base classes of SmModel, and combining them will make it easier to replace the existing dynamic_casts to those classes with XUnoTunnel. (And see the upcoming commit introducing loplugin:unocast on why those dynamic_casts are dangerous.) Change-Id: I4b1e0594fb202e3423d57db6457aa0e1b1b0b612 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144353 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/clang-format/excludelist5
1 files changed, 2 insertions, 3 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index e3079aec34e9..f6a4b822a7c2 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -5404,8 +5404,7 @@ include/oox/helper/refvector.hxx
include/oox/helper/storagebase.hxx
include/oox/helper/textinputstream.hxx
include/oox/helper/zipstorage.hxx
-include/oox/mathml/export.hxx
-include/oox/mathml/import.hxx
+include/oox/mathml/imexport.hxx
include/oox/ole/axbinaryreader.hxx
include/oox/ole/axbinarywriter.hxx
include/oox/ole/axcontrol.hxx
@@ -7204,7 +7203,7 @@ oox/source/helper/propertyset.cxx
oox/source/helper/storagebase.cxx
oox/source/helper/textinputstream.cxx
oox/source/helper/zipstorage.cxx
-oox/source/mathml/import.cxx
+oox/source/mathml/imexport.cxx
oox/source/mathml/importutils.cxx
oox/source/ole/axbinaryreader.cxx
oox/source/ole/axbinarywriter.cxx