summaryrefslogtreecommitdiffstats
path: root/remotebridges/examples/officeclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'remotebridges/examples/officeclient.cxx')
-rw-r--r--remotebridges/examples/officeclient.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/remotebridges/examples/officeclient.cxx b/remotebridges/examples/officeclient.cxx
index b6d5ea60c801..92b1469c7ac6 100644
--- a/remotebridges/examples/officeclient.cxx
+++ b/remotebridges/examples/officeclient.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.
@@ -331,3 +332,5 @@ void * SAL_CALL component_getFactory(
return pRet;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */