diff options
Diffstat (limited to 'sal/textenc/unichars.h')
-rw-r--r-- | sal/textenc/unichars.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/textenc/unichars.h b/sal/textenc/unichars.h index f629432a29f8..f1e18460dfb0 100644 --- a/sal/textenc/unichars.h +++ b/sal/textenc/unichars.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. @@ -60,3 +61,5 @@ sal_uInt32 ImplCombineSurrogates(sal_uInt32 nHigh, sal_uInt32 nLow) #endif /* __cpluscplus */ #endif /* INCLUDED_RTL_TEXTENC_UNICHARS_H */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |