diff options
Diffstat (limited to 'vcl/source/src/stdtext.src')
-rw-r--r-- | vcl/source/src/stdtext.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/src/stdtext.src b/vcl/source/src/stdtext.src index 11f6258f84d1..9a169acafe06 100644 --- a/vcl/source/src/stdtext.src +++ b/vcl/source/src/stdtext.src @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -112,3 +113,5 @@ String SV_STDTEXT_ALLFILETYPES { Text [en-US] = "Any type"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |