diff options
Diffstat (limited to 'sal/qa/rtl/locale/rtl_locale.cxx')
-rw-r--r-- | sal/qa/rtl/locale/rtl_locale.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/qa/rtl/locale/rtl_locale.cxx b/sal/qa/rtl/locale/rtl_locale.cxx index a125a0fea..7f7b7f4f8 100644 --- a/sal/qa/rtl/locale/rtl_locale.cxx +++ b/sal/qa/rtl/locale/rtl_locale.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. @@ -341,3 +342,5 @@ void RegisterAdditionalFunctions(FktRegFuncPtr) rtl_locale::setDefaultLocale(); t_print("Initialization Done.\n" ); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |