diff options
author | Winfried Donkers <osc@dci-electronics.nl> | 2012-04-05 11:58:32 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-05 14:43:02 +0100 |
commit | 8ae3e12fa8f1a1410622bc2bea1eccdec86e0acf (patch) | |
tree | 5457a126e036256567862fb1f0e4079d926bbcaf /sc | |
parent | 47bc24a6bf5074c59d2f2a6bef79e5e70c842889 (diff) |
remove unused code
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 2d9af1606680..505e9fd2a03a 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -202,7 +202,6 @@ void ScDLL::Init() SvxLineEndToolBoxControl ::RegisterControl(SID_ATTR_LINEEND_STYLE, pMod); SvxStyleToolBoxControl ::RegisterControl(SID_STYLE_APPLY, pMod); SvxFontNameToolBoxControl ::RegisterControl(SID_ATTR_CHAR_FONT, pMod); -// SvxFontHeightToolBoxControl ::RegisterControl(SID_ATTR_CHAR_FONTHEIGHT, pMod); SvxColorExtToolBoxControl ::RegisterControl(SID_ATTR_CHAR_COLOR, pMod); SvxColorExtToolBoxControl ::RegisterControl(SID_BACKGROUND_COLOR, pMod); SvxFrameToolBoxControl ::RegisterControl(SID_ATTR_BORDER, pMod); |