diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-15 13:50:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-15 13:52:59 +0300 |
commit | 00320c71c1974716f67cb7be734a324017b8db3c (patch) | |
tree | 790886ff037319701be98ba204366a764cbd9a66 /android | |
parent | c62708c39288719510dac1a914ee282636335375 (diff) |
Bin two unneeded (and not found!?) imports
Change-Id: I4b2f716f4a40fe4be91e204d8c78dc8c5e6a439e
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/src/org/libreoffice/ui/LibreOfficeUIActivity.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/src/org/libreoffice/ui/LibreOfficeUIActivity.java b/android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/src/org/libreoffice/ui/LibreOfficeUIActivity.java index 6664467278cc..2846779f0e60 100644 --- a/android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/src/org/libreoffice/ui/LibreOfficeUIActivity.java +++ b/android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/src/org/libreoffice/ui/LibreOfficeUIActivity.java @@ -13,8 +13,6 @@ import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.os.Environment; -import android.support.v4.*; -import android.support.v4.app.FragmentActivity; import android.util.Log; import android.view.Menu; import android.view.MenuInflater; |