summaryrefslogtreecommitdiffstats
path: root/starmath/source/document.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r--starmath/source/document.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index adc8271f5b90..da9dd3e6ee1a 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -993,13 +993,12 @@ void SmDocShell::writeFormulaRtf(OStringBuffer& rBuffer, rtl_TextEncoding nEncod
aEquation.ConvertFromStarMath(rBuffer, nEncoding);
}
-bool SmDocShell::readFormulaOoxml( oox::formulaimport::XmlStream& stream )
+void SmDocShell::readFormulaOoxml( oox::formulaimport::XmlStream& stream )
{
RTL_LOGFILE_CONTEXT( aLog, "starmath: SmDocShell::readFormulaOoxml" );
SmOoxmlImport aEquation( stream );
SetText( aEquation.ConvertToStarMath());
- return true; // TODO just void?
}
sal_Bool SmDocShell::SaveCompleted( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage )