summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-07 13:12:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-07 13:12:37 +0200
commit3adbb8d4d8d8b43a9f02e148a7b7a67234797f97 (patch)
treed2c07d1d232c8b7a4a3474b774d9d910de2cc897 /starmath
parent22bdebb622de39488221c9d7a1566f3810fb2f17 (diff)
Fix harmless, historic mis-merge
...between 6037a79c3791e41578c384481acec48904951ae0 "cws tl82: #i74049# math symbols should be able to handle 20 bit Unicode characters (surrogates)" and a93c9517dc52b1d9c22a0e69f9d92c119983f7fe "Removes a fair amount of BOOL variables in starmath." Change-Id: Id146defb7231458b945629d4e4dcb7fc8de69f0e
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/dialog.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index e572bbb1c7df..417594c26ee1 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -2376,7 +2376,6 @@ bool SmSymDefineDialog::SelectFont(const OUString &rFontName, bool bApplyFont)
if (bApplyFont)
{
SetFont(pFonts->GetSelectEntry(), pStyles->GetText());
- bRet = true;
pSymbolDisplay->SetSymbol( pCharsetDisplay->GetSelectCharacter(), pCharsetDisplay->GetFont() );
}
bRet = true;
@@ -2406,7 +2405,6 @@ bool SmSymDefineDialog::SelectStyle(const OUString &rStyleName, bool bApplyFont)
if (bApplyFont)
{
SetFont(pFonts->GetSelectEntry(), pStyles->GetText());
- bRet = true;
pSymbolDisplay->SetSymbol( pCharsetDisplay->GetSelectCharacter(), pCharsetDisplay->GetFont() );
}
bRet = true;