diff options
author | Urs Fässler <urs@bitzgi.ch> | 2013-03-12 20:27:21 +0100 |
---|---|---|
committer | Urs Fässler <urs@bitzgi.ch> | 2013-03-12 20:32:51 +0100 |
commit | c4054a89e6805f5395df2dac879d2331cd5d0cf1 (patch) | |
tree | 9a10421171025298b2f496b9c0b846b1ee52bed3 /sd/source/ui/func/bulmaper.cxx | |
parent | f16d3484a723e33c6fee56f34ec00981f0dbd5af (diff) |
translation and cleanup of comments in sd/source/ui/func/
Change-Id: Id2603c4d3340a220708272b4b8f73e2a59f36f5b
Diffstat (limited to 'sd/source/ui/func/bulmaper.cxx')
-rw-r--r-- | sd/source/ui/func/bulmaper.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/func/bulmaper.cxx b/sd/source/ui/func/bulmaper.cxx index 0f58c1cd61f7..091fb525f628 100644 --- a/sd/source/ui/func/bulmaper.cxx +++ b/sd/source/ui/func/bulmaper.cxx @@ -56,8 +56,7 @@ void SdBulletMapper::MapFontsInNumRule( SvxNumRule& aNumRule, const SfxItemSet& if(rSrcLevel.GetNumberingType() != com::sun::star::style::NumberingType::CHAR_SPECIAL && rSrcLevel.GetNumberingType() != com::sun::star::style::NumberingType::NUMBER_NONE ) { - // wenn Aufzaehlung statt Bullet gewaehlt wurde, wird der Bullet-Font - // dem Vorlagen-Font angeglichen + // if enumeration instead bullet is chosen, adjust bullet font to template font // to be implemented if module supports CJK long nFontID = SID_ATTR_CHAR_FONT; |