diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-11-25 15:15:47 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-11-29 13:27:43 +0100 |
commit | 93be239c9512c27369e1134150610248e93d6157 (patch) | |
tree | 994785ca6ef1ca05980420310edab34d7737e951 /oox | |
parent | 86eccc72c502ed08938b4b2d2f4e0fdda17f82cb (diff) |
the bit hackish addFormula() shortcut is no longer necessary
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/oox/mathml/import.hxx | 7 | ||||
-rw-r--r-- | oox/source/mathml/import.cxx | 4 |
2 files changed, 0 insertions, 11 deletions
diff --git a/oox/inc/oox/mathml/import.hxx b/oox/inc/oox/mathml/import.hxx index 961a4f6bcd4e..715426405dba 100644 --- a/oox/inc/oox/mathml/import.hxx +++ b/oox/inc/oox/mathml/import.hxx @@ -40,13 +40,6 @@ namespace formulaimport class XmlStream; } -class OOX_DLLPUBLIC FormulaImportHelper -{ -public: - FormulaImportHelper(); - virtual void addFormula( com::sun::star::uno::Reference< com::sun::star::embed::XEmbeddedObject > ) = 0; -}; - class OOX_DLLPUBLIC FormulaImportBase { public: diff --git a/oox/source/mathml/import.cxx b/oox/source/mathml/import.cxx index 45530060b288..bb13db3976c6 100644 --- a/oox/source/mathml/import.cxx +++ b/oox/source/mathml/import.cxx @@ -35,10 +35,6 @@ FormulaImportBase::FormulaImportBase() { } -FormulaImportHelper::FormulaImportHelper() -{ -} - } // namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |