summaryrefslogtreecommitdiff
path: root/android/source/src/java/org/libreoffice/storage/IFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/src/java/org/libreoffice/storage/IFile.java')
-rw-r--r--android/source/src/java/org/libreoffice/storage/IFile.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/android/source/src/java/org/libreoffice/storage/IFile.java b/android/source/src/java/org/libreoffice/storage/IFile.java
index 3655ba484ede..c9cfa7f1198d 100644
--- a/android/source/src/java/org/libreoffice/storage/IFile.java
+++ b/android/source/src/java/org/libreoffice/storage/IFile.java
@@ -9,6 +9,8 @@
package org.libreoffice.storage;
+import android.content.Context;
+
import java.io.File;
import java.io.FileFilter;
import java.net.URI;
@@ -91,8 +93,9 @@ public interface IFile {
* Returns the pparent of this file.
*
* @return this file's parent or null if it does not have it.
+ * @param context
*/
- IFile getParent();
+ IFile getParent(Context context);
/**
* Returns the document wrapped by this IFile as a local file. The result