diff options
Diffstat (limited to 'oox/source/xls/richstring.cxx')
-rw-r--r-- | oox/source/xls/richstring.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/xls/richstring.cxx b/oox/source/xls/richstring.cxx index a52a566d78d7..0e2b067105c6 100644 --- a/oox/source/xls/richstring.cxx +++ b/oox/source/xls/richstring.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. @@ -635,3 +636,4 @@ void RichString::createPhoneticPortions( const ::rtl::OUString& rText, PhoneticP } // namespace xls } // namespace oox +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |