summaryrefslogtreecommitdiff
path: root/oox/inc/oox/mathml/import.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/mathml/import.hxx')
-rw-r--r--oox/inc/oox/mathml/import.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/oox/inc/oox/mathml/import.hxx b/oox/inc/oox/mathml/import.hxx
index 8c922abf73ac..971dfec9113d 100644
--- a/oox/inc/oox/mathml/import.hxx
+++ b/oox/inc/oox/mathml/import.hxx
@@ -49,9 +49,13 @@ class XmlStream;
class OOX_DLLPUBLIC FormulaImportBase
{
public:
- FormulaImportBase();
virtual void readFormulaOoxml( oox::formulaimport::XmlStream& stream ) = 0;
virtual Size getFormulaSize() const = 0;
+
+protected:
+ FormulaImportBase();
+
+ ~FormulaImportBase() {}
};
} // namespace