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/inc | |
parent | 86eccc72c502ed08938b4b2d2f4e0fdda17f82cb (diff) |
the bit hackish addFormula() shortcut is no longer necessary
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/mathml/import.hxx | 7 |
1 files changed, 0 insertions, 7 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: |