diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:41:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 07:50:46 -0600 |
commit | 7d99ec7f7ec095dfa0d203f5eb43bab0e69256be (patch) | |
tree | 0fbe4279986d6b3d9a28c602e8e433632cd6d5a0 /starmath/source/dialog.cxx | |
parent | 35e44118b8e55b2263bd10e8b11d9ac4e043228b (diff) |
Remove visual noise from starmath
Change-Id: I45a716abba68521c5ebc203eed205e717efead7b
Reviewed-on: https://gerrit.libreoffice.org/8315
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r-- | starmath/source/dialog.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 7cab5ff2fb61..2cd5f43c17d9 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -123,7 +123,7 @@ const SmFontStyles & GetFontStyles() return aImpl; } -///////////////////////////////////////////////////////////////// + void SetFontStyle(const OUString &rStyleName, Font &rFont) { @@ -1350,7 +1350,7 @@ void SmShowSymbol::SetSymbol(const SmSym *pSymbol) } -//////////////////////////////////////////////////////////////////////////////// + void SmSymbolDialog::FillSymbolSets(bool bDeleteText) // populate the entries of possible SymbolsSets in the dialog with @@ -1563,7 +1563,7 @@ const SmSym * SmSymbolDialog::GetSymbol() const } -//////////////////////////////////////////////////////////////////////////////// + void SmShowChar::Paint(const Rectangle &rRect) @@ -1608,7 +1608,7 @@ void SmShowChar::SetSymbol( sal_UCS4 cChar, const Font &rFont ) } -//////////////////////////////////////////////////////////////////////////////// + void SmSymDefineDialog::FillSymbols(ComboBox &rComboBox, bool bDeleteText) { |