diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-12 16:39:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-14 07:28:18 +0000 |
commit | d66d1f6fd47b02076945c09c0d6f8f019d0501d5 (patch) | |
tree | e1410a37606542e7003f474b903d168fc6080f83 /xmloff | |
parent | fd6df89dbc26cda08c54e76644b43219d8b75236 (diff) |
XUnoTunnel->dynamic_cast in SvXMLExport
Change-Id: I68e4691ac0a58e2320b534d15934ff177feb124d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145493
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 552b6edf8073..a6ae52092ec2 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -2017,9 +2017,6 @@ XMLImageMapExport& SvXMLExport::GetImageMapExport() return *mpImageMapExport; } -// XUnoTunnel & co -UNO3_GETIMPLEMENTATION_IMPL(SvXMLExport); - void SvXMLExport::ExportEmbeddedOwnObject( Reference< XComponent > const & rComp ) { OUString sFilterService; |