diff options
author | dante <dante19031999@gmail.com> | 2021-08-20 04:23:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-20 12:44:12 +0200 |
commit | cf2082337c72eca4509fbdbb05d8c68b91fe8a69 (patch) | |
tree | 1dea3a09296cdf6fdd84f09e14fa407b2e731611 /starmath/inc | |
parent | 720e4258ab5f00287098ff945a184bfb43911841 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/mathml/export.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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<css::frame::XModel> const& rRef) + explicit SmMLExportWrapper(css::uno::Reference<css::frame::XModel> const& rRef) : m_xModel(rRef) , m_bFlat(true) , m_bUseHTMLMLEntities(false) @@ -120,7 +120,7 @@ protected: css::uno::Reference<css::beans::XPropertySet> 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<css::uno::XComponentContext>& rContext, + SmMLExport(const css::uno::Reference<css::uno::XComponentContext>& rContext, OUString const& implementationName, SvXMLExportFlags nExportFlags); private: |