summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-05 16:02:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-06 17:38:14 +0100
commitc0727a60f3b5d808ffe7c761a200bf2ba52d1dab (patch)
tree6d5371b0fd50b672a300d4ab7345d38af7992195 /starmath/source
parent258cc43f83dbdf473ef459ffbc68fb485d77aa5c (diff)
Remove DEBUG_TL
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/document.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index 4c050e90d873..ee4e3aeb1f9f 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -352,18 +352,6 @@ void SetEditEngineDefaultFonts(
rFntDta.nFallbackLang : rFntDta.nLang;
Font aFont = Application::GetDefaultDevice()->GetDefaultFont(
rFntDta.nFontType, nLang, DEFAULTFONT_FLAGS_ONLYONE );
-#ifdef DEBUG_TL
- ByteString aFntName( aFont.GetName(), 1 );
- int eFntFamily = aFont.GetFamily();
- ByteString aFntStyleName( aFont.GetStyleName(), 1 );
- int ePitch = aFont.GetPitch();
- int eCharSet = aFont.GetCharSet();
- fprintf(stderr, "\nFontName %s \n", aFntName.GetBuffer() );
- fprintf(stderr, "StyleName %s \n", aFntStyleName.GetBuffer() );
- fprintf(stderr, "eFntFamily %d \n", eFntFamily );
- fprintf(stderr, "ePitch %d \n", ePitch );
- fprintf(stderr, "eCharSet %d \n", eCharSet );
-#endif
rEditEngineItemPool.SetPoolDefaultItem(
SvxFontItem( aFont.GetFamily(), aFont.GetName(),
aFont.GetStyleName(), aFont.GetPitch(), aFont.GetCharSet(),