From cf2082337c72eca4509fbdbb05d8c68b91fe8a69 Mon Sep 17 00:00:00 2001 From: dante Date: Fri, 20 Aug 2021 04:23:13 +0200 Subject: Fix typo in new SmMlElement exporter Change-Id: Ia1e7963dbb2f69a8b8f43903882521da94eaffe5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120766 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/inc/mathml/export.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'starmath/inc') diff --git a/starmath/inc/mathml/export.hxx b/starmath/inc/mathml/export.hxx index d5767ef2e6db..fa442b10d881 100644 --- a/starmath/inc/mathml/export.hxx +++ b/starmath/inc/mathml/export.hxx @@ -34,7 +34,7 @@ class SfxMedium; class SmDocShell; -class SmMlExportWrapper +class SmMLExportWrapper { private: // Model @@ -77,7 +77,7 @@ public: void setUseExportTag(bool bUseExportTag) { m_bUseExportTag = bUseExportTag; } public: - explicit SmMlExportWrapper(css::uno::Reference const& rRef) + explicit SmMLExportWrapper(css::uno::Reference const& rRef) : m_xModel(rRef) , m_bFlat(true) , m_bUseHTMLMLEntities(false) @@ -120,7 +120,7 @@ protected: css::uno::Reference const& rPropSet); }; -class SmMlExport final : public SvXMLExport +class SmMLExport final : public SvXMLExport { private: SmMlElement* m_pElementTree; @@ -194,7 +194,7 @@ public: public: /** Constructor */ - SmMlExport(const css::uno::Reference& rContext, + SmMLExport(const css::uno::Reference& rContext, OUString const& implementationName, SvXMLExportFlags nExportFlags); private: -- cgit