diff options
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r-- | starmath/source/dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 4d7634c83703..43141395ddc6 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1590,7 +1590,7 @@ bool SmSymbolDialog::SelectSymbolSet(const OUString &rSymbolSetName) } ); m_pSymbolSetDisplay->SetSymbolSet( aSymbolSet ); - if (aSymbolSet.size() > 0) + if (!aSymbolSet.empty()) SelectSymbol(0); bRet = true; |