diff options
Diffstat (limited to 'basic/source/inc/sbtrace.hxx')
-rw-r--r-- | basic/source/inc/sbtrace.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/source/inc/sbtrace.hxx b/basic/source/inc/sbtrace.hxx index 1f450d542b5d..1cf1774b74bc 100644 --- a/basic/source/inc/sbtrace.hxx +++ b/basic/source/inc/sbtrace.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. @@ -55,3 +56,5 @@ void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite ); #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |