summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs/graphite_textsrc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/glyphs/graphite_textsrc.cxx')
-rw-r--r--vcl/source/glyphs/graphite_textsrc.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/glyphs/graphite_textsrc.cxx b/vcl/source/glyphs/graphite_textsrc.cxx
index 5764ba9454c9..e8967701a52c 100644
--- a/vcl/source/glyphs/graphite_textsrc.cxx
+++ b/vcl/source/glyphs/graphite_textsrc.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.
@@ -167,3 +168,5 @@ void TextSourceAdaptor::setFeatures(const grutils::GrFeatureParser * pFeatures)
{
mpFeatures = new grutils::GrFeatureParser(*pFeatures);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */