summaryrefslogtreecommitdiff
path: root/salhelper/inc/salhelper/singletonref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/inc/salhelper/singletonref.hxx')
-rw-r--r--salhelper/inc/salhelper/singletonref.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/salhelper/inc/salhelper/singletonref.hxx b/salhelper/inc/salhelper/singletonref.hxx
index 9a62be5dfe92..bf9dc69f7f87 100644
--- a/salhelper/inc/salhelper/singletonref.hxx
+++ b/salhelper/inc/salhelper/singletonref.hxx
@@ -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.
@@ -208,3 +209,5 @@ sal_Int32 SingletonRef< SingletonClass >::m_nRef = 0;
} // namespace salhelper
#endif // _SALHELPER_SINGLETONREF_HXX_
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */