summaryrefslogtreecommitdiff
path: root/oox/inc/oox/mathml/export.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/mathml/export.hxx')
-rw-r--r--oox/inc/oox/mathml/export.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/oox/inc/oox/mathml/export.hxx b/oox/inc/oox/mathml/export.hxx
index f4e05633e1e6..6c35feba4b92 100644
--- a/oox/inc/oox/mathml/export.hxx
+++ b/oox/inc/oox/mathml/export.hxx
@@ -42,8 +42,12 @@ namespace oox
class OOX_DLLPUBLIC FormulaExportBase
{
public:
- FormulaExportBase();
virtual void writeFormulaOoxml( ::sax_fastparser::FSHelperPtr m_pSerializer, oox::core::OoxmlVersion version ) = 0;
+
+protected:
+ FormulaExportBase();
+
+ ~FormulaExportBase() {}
};
} // namespace