diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/ValueBinding.java')
-rw-r--r-- | odk/examples/DevelopersGuide/Forms/ValueBinding.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/ValueBinding.java b/odk/examples/DevelopersGuide/Forms/ValueBinding.java index e86e6bc72372..273f04cdade5 100644 --- a/odk/examples/DevelopersGuide/Forms/ValueBinding.java +++ b/odk/examples/DevelopersGuide/Forms/ValueBinding.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. * @@ -77,3 +78,5 @@ public class ValueBinding extends DocumentBasedExample aSample.run( argv ); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |