summaryrefslogtreecommitdiff
path: root/salhelper/source/simplereferenceobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/source/simplereferenceobject.cxx')
-rw-r--r--salhelper/source/simplereferenceobject.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/salhelper/source/simplereferenceobject.cxx b/salhelper/source/simplereferenceobject.cxx
index 1e7ac29d3aa9..0125e13198be 100644
--- a/salhelper/source/simplereferenceobject.cxx
+++ b/salhelper/source/simplereferenceobject.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.
@@ -72,3 +73,5 @@ void SimpleReferenceObject::operator delete(void * pPtr, std::nothrow_t const &)
::operator delete(pPtr, std::nothrow);
#endif // WNT
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */