summaryrefslogtreecommitdiff
path: root/vcl/generic/glyphs/gcach_layout.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-09 12:46:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-09 12:48:05 +0200
commitcfe98a1305202419f224a31e54cd37e64401fa4f (patch)
treef9576787fefe76e7a2d42f663980abbb9ded05a4 /vcl/generic/glyphs/gcach_layout.cxx
parentaa563ff19f6f4483b7954e42448106159b879b24 (diff)
fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftovers
Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8
Diffstat (limited to 'vcl/generic/glyphs/gcach_layout.cxx')
-rw-r--r--vcl/generic/glyphs/gcach_layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/gcach_layout.cxx b/vcl/generic/glyphs/gcach_layout.cxx
index ef03aa302311..40c7a330ad25 100644
--- a/vcl/generic/glyphs/gcach_layout.cxx
+++ b/vcl/generic/glyphs/gcach_layout.cxx
@@ -231,7 +231,7 @@ const void* IcuFontFromServerFont::getFontTable( LETag nICUTableTag ) const
sal_uLong nLength;
const unsigned char* pBuffer = mrServerFont.GetTable( pTagName, &nLength );
-#ifdef VERBOSE_DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf(stderr,"IcuGetTable(\"%s\") => %p\n", pTagName, pBuffer);
int mnHeight = mrServerFont.GetFontSelData().mnHeight;
const char* pName = mrServerFont.GetFontFileName()->getStr();