summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-03-05 22:14:10 +0900
committerMichael Stahl <mstahl@redhat.com>2015-03-10 14:25:18 +0000
commit9de93c8e06da3f79929ac208b666fb562b48bd49 (patch)
tree24f9e7b691436ceb5ee1e71bb670729fb5a124c6 /starmath/inc
parent07ca1c58d779f4daa4c84895d914780a1c814944 (diff)
Spare extra call stack
This also drops an unnecessary lock. Change-Id: Ia5eb459adf3cb585aa2484866670949120315780 Reviewed-on: https://gerrit.libreoffice.org/14765 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/unomodel.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index 9fcddc75b625..b6a1db01318a 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -96,9 +96,6 @@ public:
// oox::FormulaImportBase
virtual void readFormulaOoxml( oox::formulaimport::XmlStream& stream ) SAL_OVERRIDE;
virtual Size getFormulaSize() const SAL_OVERRIDE;
-
- static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static();
- static OUString getImplementationName_Static();
};