diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/ControlValidation.java')
-rw-r--r-- | odk/examples/DevelopersGuide/Forms/ControlValidation.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/ControlValidation.java b/odk/examples/DevelopersGuide/Forms/ControlValidation.java index a7a6d8347386..4b176a371489 100644 --- a/odk/examples/DevelopersGuide/Forms/ControlValidation.java +++ b/odk/examples/DevelopersGuide/Forms/ControlValidation.java @@ -1,3 +1,4 @@ +/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -80,3 +81,5 @@ public class ControlValidation extends DocumentBasedExample aSample.run( argv ); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |