summaryrefslogtreecommitdiff
path: root/oox/source/mathml
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-11-25 15:15:47 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-11-29 13:27:43 +0100
commit93be239c9512c27369e1134150610248e93d6157 (patch)
tree994785ca6ef1ca05980420310edab34d7737e951 /oox/source/mathml
parent86eccc72c502ed08938b4b2d2f4e0fdda17f82cb (diff)
the bit hackish addFormula() shortcut is no longer necessary
Diffstat (limited to 'oox/source/mathml')
-rw-r--r--oox/source/mathml/import.cxx4
1 files changed, 0 insertions, 4 deletions
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: */