summaryrefslogtreecommitdiff
path: root/extensions/source/ole/jscriptclasses.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/ole/jscriptclasses.cxx')
-rw-r--r--extensions/source/ole/jscriptclasses.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/ole/jscriptclasses.cxx b/extensions/source/ole/jscriptclasses.cxx
index c0b5f69cb..5b5083a0c 100644
--- a/extensions/source/ole/jscriptclasses.cxx
+++ b/extensions/source/ole/jscriptclasses.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.
@@ -319,3 +320,5 @@ STDMETHODIMP JScriptOutParam::Invoke( DISPID dispIdMember,
return ret;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */