summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/multiplx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/base/multiplx.cxx')
-rw-r--r--extensions/source/plugin/base/multiplx.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/plugin/base/multiplx.cxx b/extensions/source/plugin/base/multiplx.cxx
index 50c47e6797b9..209885f6a475 100644
--- a/extensions/source/plugin/base/multiplx.cxx
+++ b/extensions/source/plugin/base/multiplx.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.
@@ -330,3 +331,5 @@ void MRCListenerMultiplexerHelper::windowDeactivated( const ::com::sun::star::la
{
MULTIPLEX( ::com::sun::star::awt::XTopWindowListener, windowDeactivated, ::com::sun::star::lang::EventObject )
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */