summaryrefslogtreecommitdiffstats
path: root/vcl/source/helper/threadex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/helper/threadex.cxx')
-rw-r--r--vcl/source/helper/threadex.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/helper/threadex.cxx b/vcl/source/helper/threadex.cxx
index 8848d1e1c511..85ccffd34b6c 100644
--- a/vcl/source/helper/threadex.cxx
+++ b/vcl/source/helper/threadex.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.
@@ -125,3 +126,5 @@ long SolarThreadExecutor::impl_execute( const TimeValue* _pTimeout )
}
return m_nReturn;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */