summaryrefslogtreecommitdiff
path: root/basic/inc/basic/sbxdef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/inc/basic/sbxdef.hxx')
-rw-r--r--basic/inc/basic/sbxdef.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/inc/basic/sbxdef.hxx b/basic/inc/basic/sbxdef.hxx
index 0e0dcb0f51..e5881ab5c2 100644
--- a/basic/inc/basic/sbxdef.hxx
+++ b/basic/inc/basic/sbxdef.hxx
@@ -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.
@@ -344,3 +345,5 @@ enum SbxBOOL { SbxFALSE = 0, SbxTRUE = -1 };
#endif // __RSC
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */