summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-08-04 22:46:27 +0200
committerMichael Stahl <mstahl@redhat.com>2015-08-04 23:50:54 +0200
commit71dbc4acd0d7ec9fd42a289514435457c5bc462c (patch)
treeedeccebf96cb68960f23ed23b7a0fb3f62679685 /wizards/com/sun/star/wizards/common
parent8bf374b98d07c24a37933b8c03a53abb3a8ff5c6 (diff)
wizards: FileAccess.getURL1 is unused
Change-Id: I3afde8e7f8b0b88e8f1a5d1ad71429c2aa7d7a94
Diffstat (limited to 'wizards/com/sun/star/wizards/common')
-rw-r--r--wizards/com/sun/star/wizards/common/FileAccess.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/common/FileAccess.py b/wizards/com/sun/star/wizards/common/FileAccess.py
index 7ff92c37790f..a5e08b311cc5 100644
--- a/wizards/com/sun/star/wizards/common/FileAccess.py
+++ b/wizards/com/sun/star/wizards/common/FileAccess.py
@@ -310,10 +310,6 @@ class FileAccess(object):
path = parentURL + "/" + childPath
return path
- def getURL1(self, path):
- f = "/"
- return self.filenameConverter.getFileURLFromSystemPath(path, f)
-
'''
return the filename out of a system-dependent path
'''