summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-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
'''