diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java')
-rw-r--r-- | odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java index 90ce8a47b9bd..0374564dcac0 100644 --- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java +++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java @@ -1,3 +1,4 @@ +/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * The Contents of this file are made available subject to the terms of @@ -258,3 +259,5 @@ public class UnoDialogSample2 extends UnoDialogSample { } }// end of class + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |