diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-10 20:14:52 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-10 20:15:21 +0200 |
commit | 510c3586460f234a5ba6f9da16eea0dd5768656c (patch) | |
tree | 421310ef4217c295750a2dcbe39581be3178e647 /starmath | |
parent | ccaaa544350156ed4cd113634ceb66ad8cc5af23 (diff) |
indentation fixes
Change-Id: I56664b455383f69137399e4c5fb28521ef813287
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/wordexportbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/wordexportbase.cxx b/starmath/source/wordexportbase.cxx index 26af5a9f5ccf..885ca729eb82 100644 --- a/starmath/source/wordexportbase.cxx +++ b/starmath/source/wordexportbase.cxx @@ -172,7 +172,7 @@ void SmWordExportBase::HandleMath(const SmNode* pNode, int nLevel) case TDIVIDEBY: case TACUTE: OSL_ASSERT(false); - // the above are handled elsewhere, e.g. when handling BINHOR + // the above are handled elsewhere, e.g. when handling BINHOR default: HandleText(pNode, nLevel); break; |