summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/plcom.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/base/plcom.cxx')
-rw-r--r--extensions/source/plugin/base/plcom.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/source/plugin/base/plcom.cxx b/extensions/source/plugin/base/plcom.cxx
index 09b4f1913d13..a39f5bd513cb 100644
--- a/extensions/source/plugin/base/plcom.cxx
+++ b/extensions/source/plugin/base/plcom.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.
@@ -69,3 +70,4 @@ NPError PluginComm::NPP_Destroy( XPlugin_Impl* i_pImpl, NPSavedData** save )
return NPP_Destroy( i_pImpl->getNPPInstance(), save );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */