summaryrefslogtreecommitdiffstats
path: root/vcl/unx/source/fontmanager/fontcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/fontmanager/fontcache.cxx')
-rw-r--r--vcl/unx/source/fontmanager/fontcache.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/unx/source/fontmanager/fontcache.cxx b/vcl/unx/source/fontmanager/fontcache.cxx
index 0c43373bfa8e..a0bece000fe4 100644
--- a/vcl/unx/source/fontmanager/fontcache.cxx
+++ b/vcl/unx/source/fontmanager/fontcache.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -809,3 +810,5 @@ void FontCache::markEmptyDir( int nDirID, bool bNoFiles )
m_aCache[nDirID].m_bNoFiles = bNoFiles;
m_bDoFlush = true;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */