diff options
Diffstat (limited to 'extensions/source/dbpilots/dbpilots.src')
-rw-r--r-- | extensions/source/dbpilots/dbpilots.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/dbpilots/dbpilots.src b/extensions/source/dbpilots/dbpilots.src index faad04dc8135..9a7970b5756a 100644 --- a/extensions/source/dbpilots/dbpilots.src +++ b/extensions/source/dbpilots/dbpilots.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. * @@ -66,3 +67,5 @@ String RID_STR_COULDNOTOPENTABLE { Text [ en-US ] = "The table connection to the data source could not be established."; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |