diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-09 13:00:25 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-09 13:01:27 -0400 |
commit | 91ecff9e0c430424022e2b1197890bedcd359172 (patch) | |
tree | 7a8e6bf6fecd4e84417c776a2fe4360b953d4756 /starmath | |
parent | 0ce9083428d8181a30de1d11d511382ce101c543 (diff) |
Get the whole thing to build after the SfxFilter interface change.
Change-Id: I62122e298f1434aa9e44c8f3fdfb7f710513617d
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 37e0b4d448c7..0e2aa3eaadc6 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -970,7 +970,7 @@ sal_Bool SmDocShell::ConvertTo( SfxMedium &rMedium ) aEquation.SetFlat(sal_True); bRet = aEquation.Export(rMedium); } - else if( pFlt->GetFilterName().EqualsAscii("MathType 3.x")) + else if (pFlt->GetFilterName().equalsAscii("MathType 3.x")) bRet = WriteAsMathType3( rMedium ); } return bRet; |