diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-09-13 21:01:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-09-13 21:01:56 +0200 |
commit | 81607ad3e7dfa8337aab162c7602a99743d23e0e (patch) | |
tree | 74fbb71992ba619e1269d05064240a0b6417b429 /sd/source/ui | |
parent | 545c36f58e0553b0a5d594e9e1e5cfb58d7c4f0e (diff) |
remove this TODO created in 2000
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/func/bulmaper.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sd/source/ui/func/bulmaper.cxx b/sd/source/ui/func/bulmaper.cxx index 13c0e38fd473..c435f430c399 100644 --- a/sd/source/ui/func/bulmaper.cxx +++ b/sd/source/ui/func/bulmaper.cxx @@ -76,21 +76,6 @@ void SdBulletMapper::MapFontsInNumRule( SvxNumRule& aNumRule, const SfxItemSet& long nWeightID = SID_ATTR_CHAR_WEIGHT; long nPostureID = SID_ATTR_CHAR_POSTURE; - if( 0 ) - { - nFontID = EE_CHAR_FONTINFO_CJK; - nFontHeightID = EE_CHAR_FONTHEIGHT_CJK; - nWeightID = EE_CHAR_WEIGHT_CJK; - nPostureID = EE_CHAR_ITALIC_CJK; - } - else if( 0 ) - { - nFontID = EE_CHAR_FONTINFO_CTL; - nFontHeightID = EE_CHAR_FONTHEIGHT_CTL; - nWeightID = EE_CHAR_WEIGHT_CTL; - nPostureID = EE_CHAR_ITALIC_CTL; - } - Font aMyFont; const SvxFontItem& rFItem = (SvxFontItem&)rSet.Get(GetWhich( (sal_uInt16)nFontID )); |