diff options
Diffstat (limited to 'odk/examples/java/EmbedDocument/Container1/EmbedContFrame.java')
-rw-r--r-- | odk/examples/java/EmbedDocument/Container1/EmbedContFrame.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odk/examples/java/EmbedDocument/Container1/EmbedContFrame.java b/odk/examples/java/EmbedDocument/Container1/EmbedContFrame.java index 0ce165db0c6e..afc3496e2638 100644 --- a/odk/examples/java/EmbedDocument/Container1/EmbedContFrame.java +++ b/odk/examples/java/EmbedDocument/Container1/EmbedContFrame.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. * @@ -124,3 +125,4 @@ public class EmbedContFrame extends Frame } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |