android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/src/org/libreoffice/ui/LibreOfficeUIActivity.java
 |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 28cdc43f2d1622ca6a6c725c2c7fa276a6197b25
Author: Tor Lillqvist <tlillqv...@suse.com>
Date:   Fri Jun 15 13:50:56 2012 +0300

    Make sure homeDirectory exists
    
    Change-Id: I3a89bcac3bf46405e8e474f7765d74c643b7ab43

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 2846779..f6d3775 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
@@ -59,6 +59,7 @@ public class LibreOfficeUIActivity extends Activity 
implements OnNavigationListe
                        
         
         homeDirectory  = new 
File(Environment.getExternalStorageDirectory(),"LibreOffice");
+        homeDirectory.mkdirs();
         Intent i = this.getIntent();
         if( i.hasExtra( currentDirectoryKey ) ){
                //This isn't what I think it is. It's not a full path
commit 00320c71c1974716f67cb7be734a324017b8db3c
Author: Tor Lillqvist <tlillqv...@suse.com>
Date:   Fri Jun 15 13:50:16 2012 +0300

    Bin two unneeded (and not found!?) imports
    
    Change-Id: I4b2f716f4a40fe4be91e204d8c78dc8c5e6a439e

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 6664467..2846779 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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to