summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi/dtint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/gdi/dtint.cxx')
-rw-r--r--vcl/unx/source/gdi/dtint.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/unx/source/gdi/dtint.cxx b/vcl/unx/source/gdi/dtint.cxx
index 5f0dbd50ea17..e9c2f51698a7 100644
--- a/vcl/unx/source/gdi/dtint.cxx
+++ b/vcl/unx/source/gdi/dtint.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.
@@ -137,3 +138,5 @@ void DtIntegrator::GetSystemLook( AllSettings& rSettings )
aStyleSettings.SetCursorBlinkTime( 500 );
rSettings.SetStyleSettings( aStyleSettings );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */