summaryrefslogtreecommitdiffstats
path: root/toolkit/source/awt/vclxfixedline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/vclxfixedline.cxx')
-rw-r--r--toolkit/source/awt/vclxfixedline.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxfixedline.cxx b/toolkit/source/awt/vclxfixedline.cxx
index 8c77a4f35e19..8401e79c4f86 100644
--- a/toolkit/source/awt/vclxfixedline.cxx
+++ b/toolkit/source/awt/vclxfixedline.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.
@@ -130,3 +131,5 @@ Any SAL_CALL VCLXFixedLine::getProperty( const ::rtl::OUString& PropertyName ) t
}
} // namespace layoutimpl
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */