summaryrefslogtreecommitdiffstats
path: root/vcl/generic/glyphs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:47:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:47:18 +0200
commit666f732412e739fda6d0578752156dbb11931a2f (patch)
tree3648da7df4cdc765741854f2d95d260d933c22c0 /vcl/generic/glyphs
parentloplugin:defaultparams (diff)
downloadcore-666f732412e739fda6d0578752156dbb11931a2f.tar.gz
core-666f732412e739fda6d0578752156dbb11931a2f.zip
loplugin:defaultparams
Change-Id: I3e5ee77b51eb8e1207d3f95e6a1d9d8272532ba6
Diffstat (limited to 'vcl/generic/glyphs')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx
index c44a7cd9ada9..11d53c72e1b4 100644
--- a/vcl/generic/glyphs/gcach_ftyp.cxx
+++ b/vcl/generic/glyphs/gcach_ftyp.cxx
@@ -275,7 +275,7 @@ GraphiteFaceWrapper * FtFontInfo::GetGraphiteFace()
if (mbCheckedGraphite)
return mpGraphiteFace;
// test for graphite here so that it is cached most efficiently
- if (GetTable("Silf", 0))
+ if (GetTable("Silf"))
{
static const char* pGraphiteCacheStr = getenv( "SAL_GRAPHITE_CACHE_SIZE" );
int graphiteSegCacheSize = pGraphiteCacheStr ? (atoi(pGraphiteCacheStr)) : 0;