summaryrefslogtreecommitdiffstats
path: root/vcl/source/components/display.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/components/display.cxx')
-rw-r--r--vcl/source/components/display.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/components/display.cxx b/vcl/source/components/display.cxx
index 6d7653968229..39f2613ac6b5 100644
--- a/vcl/source/components/display.cxx
+++ b/vcl/source/components/display.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.
@@ -343,3 +344,5 @@ Sequence< OUString > SAL_CALL DisplayAccess::getSupportedServiceNames( ) throw
}
} // namespace vcl
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */