diff options
Diffstat (limited to 'basic/source/app/processw.cxx')
-rw-r--r-- | basic/source/app/processw.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/source/app/processw.cxx b/basic/source/app/processw.cxx index 71fced98a4cf..accd727df62f 100644 --- a/basic/source/app/processw.cxx +++ b/basic/source/app/processw.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. @@ -274,3 +275,4 @@ SbxObject* ProcessFactory::CreateObject( const String& rClass ) return NULL; } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |