summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/TimeValidator.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/TimeValidator.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/TimeValidator.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/TimeValidator.java b/odk/examples/DevelopersGuide/Forms/TimeValidator.java
index 333e7c95dc5e..d5f1503d8cb1 100644
--- a/odk/examples/DevelopersGuide/Forms/TimeValidator.java
+++ b/odk/examples/DevelopersGuide/Forms/TimeValidator.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.
*
@@ -78,3 +79,5 @@ public class TimeValidator extends ControlValidator
return ( timeValue.Minutes == 0 ) && ( timeValue.Seconds == 0 ) && ( timeValue.NanoSeconds == 0 );
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */