summaryrefslogtreecommitdiff
path: root/android/sdremote/src/org/libreoffice/impressremote/fragment/EmptySlideFragment.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdremote/src/org/libreoffice/impressremote/fragment/EmptySlideFragment.java')
-rw-r--r--android/sdremote/src/org/libreoffice/impressremote/fragment/EmptySlideFragment.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/sdremote/src/org/libreoffice/impressremote/fragment/EmptySlideFragment.java b/android/sdremote/src/org/libreoffice/impressremote/fragment/EmptySlideFragment.java
index 014ad7fb9a70..51326a067b02 100644
--- a/android/sdremote/src/org/libreoffice/impressremote/fragment/EmptySlideFragment.java
+++ b/android/sdremote/src/org/libreoffice/impressremote/fragment/EmptySlideFragment.java
@@ -9,14 +9,14 @@
package org.libreoffice.impressremote.fragment;
import android.os.Bundle;
+import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
-import com.actionbarsherlock.app.SherlockFragment;
import org.libreoffice.impressremote.R;
-public class EmptySlideFragment extends SherlockFragment {
+public class EmptySlideFragment extends Fragment {
public static EmptySlideFragment newInstance() {
return new EmptySlideFragment();
}