diff options
Diffstat (limited to 'sal/osl/w32/file_error.h')
-rw-r--r-- | sal/osl/w32/file_error.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/w32/file_error.h b/sal/osl/w32/file_error.h index be4d75cdb..5ed392e3a 100644 --- a/sal/osl/w32/file_error.h +++ b/sal/osl/w32/file_error.h @@ -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. @@ -49,3 +50,5 @@ void _osl_warnFile (const char * message, rtl_uString * ustrFile); #endif #endif /* INCLUDED_OSL_FILE_ERROR_H */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |