summaryrefslogtreecommitdiff
path: root/android/sdremote/src/org/libreoffice/impressremote/ThumbnailFragment.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdremote/src/org/libreoffice/impressremote/ThumbnailFragment.java')
-rw-r--r--android/sdremote/src/org/libreoffice/impressremote/ThumbnailFragment.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/sdremote/src/org/libreoffice/impressremote/ThumbnailFragment.java b/android/sdremote/src/org/libreoffice/impressremote/ThumbnailFragment.java
index dace20159921..d1f248761454 100644
--- a/android/sdremote/src/org/libreoffice/impressremote/ThumbnailFragment.java
+++ b/android/sdremote/src/org/libreoffice/impressremote/ThumbnailFragment.java
@@ -1,4 +1,4 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -236,4 +236,5 @@ public class ThumbnailFragment extends SherlockFragment {
}
}
}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */