[Libreoffice-commits] .: sd/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Tue Sep 13 12:02:45 PDT 2011
sd/source/ui/func/bulmaper.cxx | 15 ---------------
1 file changed, 15 deletions(-)
New commits:
commit 81607ad3e7dfa8337aab162c7602a99743d23e0e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Tue Sep 13 21:01:56 2011 +0200
remove this TODO created in 2000
diff --git a/sd/source/ui/func/bulmaper.cxx b/sd/source/ui/func/bulmaper.cxx
index 13c0e38..c435f43 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 ));
More information about the Libreoffice-commits
mailing list