diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-26 17:21:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-26 20:37:39 +0100 |
commit | 225d50da607a8a4115f45b2c433cb280fac70361 (patch) | |
tree | c41a2f2d1423cb0b37efce53c3898986d2b85b8a /starmath | |
parent | e8be58a10bce944525b4186db64629f526cf20ce (diff) |
convert GetSelectEntry family to OUString
Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae
Diffstat (limited to 'starmath')
-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 c445fb3802ac..1f1ef6b0dc70 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1950,7 +1950,7 @@ void SmSymDefineDialog::UpdateButtons() bool bEqual = pOrigSymbol && aTmpSymbolSetName.equalsIgnoreAsciiCase(aOldSymbolSetName.GetText()) && aTmpSymbolName.equals(pOrigSymbol->GetName()) - && aFonts.GetSelectEntry().EqualsIgnoreCaseAscii( + && aFonts.GetSelectEntry().equalsIgnoreAsciiCase( pOrigSymbol->GetFace().GetName()) && aStyles.GetText().equalsIgnoreAsciiCase( GetFontStyles().GetStyleName(pOrigSymbol->GetFace())) |