diff options
Diffstat (limited to 'starmath/source/utility.cxx')
-rw-r--r-- | starmath/source/utility.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/starmath/source/utility.cxx b/starmath/source/utility.cxx index d1525fafc536..d83156950eb7 100644 --- a/starmath/source/utility.cxx +++ b/starmath/source/utility.cxx @@ -75,14 +75,6 @@ Font SmFontPickList::Get(sal_uInt16 nPos) const return nPos < aFontVec.size() ? aFontVec[nPos] : Font(); } -bool SmFontPickList::Contains(const Font &rFont) const -{ - return std::find( aFontVec.begin(), aFontVec.end(), rFont ) != aFontVec.end(); -} - - - - bool SmFontPickList::CompareItem(const Font & rFirstFont, const Font & rSecondFont) const { return rFirstFont.GetName() == rSecondFont.GetName() && |