summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-10-17 16:04:28 +0200
committerJan Holesovsky <kendy@suse.cz>2012-10-17 16:22:31 +0200
commita4e2e50c4d6422fe49f345409b6f94cbc43d3d09 (patch)
tree1b759077d68b5a409c78e3a784987c8a8cd79733 /svx
parenta12db69b78f9a3c681b5332ec64585cea5ade8ca (diff)
Remove the unneeded "scalable font" icon from the font combobox.
Change-Id: Ifadad736ae39dff67ad7bc499f85bfbb484826ff
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 81192762e963..57ac13485e03 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -747,7 +747,6 @@ void SvxFontNameBox_Impl::EnableControls_Impl()
bEnable = aFontOpt.IsFontWYSIWYGEnabled();
EnableWYSIWYG( bEnable );
- EnableSymbols( bEnable );
}
// -----------------------------------------------------------------------