summaryrefslogtreecommitdiffstats
path: root/Services/ooconv
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-20 09:34:55 +0100
committerstartxfr <clarue@startx.fr>2014-11-20 09:34:55 +0100
commit910a26141f16336c96e304ebe850a4e5a0f97f95 (patch)
treebc1eef413af3a0c1b7bd3eeda7ceafc8d6ed87b2 /Services/ooconv
parent7f7d7e70ec819dbc4f1d88e29420e59549add0a9 (diff)
downloadphpmyadmin-910a26141f16336c96e304ebe850a4e5a0f97f95.tar.gz
phpmyadmin-910a26141f16336c96e304ebe850a4e5a0f97f95.tar.bz2
phpmyadmin-910a26141f16336c96e304ebe850a4e5a0f97f95.tar.xz
phpmyadmin-910a26141f16336c96e304ebe850a4e5a0f97f95.zip
modif des readme de chaque container pour etre plus expressif
Diffstat (limited to 'Services/ooconv')
-rwxr-xr-xServices/ooconv/unoconv24
1 files changed, 12 insertions, 12 deletions
diff --git a/Services/ooconv/unoconv b/Services/ooconv/unoconv
index 972e962..2a4a146 100755
--- a/Services/ooconv/unoconv
+++ b/Services/ooconv/unoconv
@@ -128,12 +128,12 @@ def find_offices():
libpath = realpath(basepath, basis, 'program')
officelibrary = realpath(libpath, lib)
info(3, "Found %s in %s" % (lib, libpath))
- # Break the inner loop...
+ Break the inner loop...
break
- # Continue if the inner loop wasn't broken.
+ Continue if the inner loop wasn't broken.
else:
continue
- # Inner loop was broken, break the outer.
+ Inner loop was broken, break the outer.
break
else:
continue
@@ -146,12 +146,12 @@ def find_offices():
unopath = realpath(basepath, basis, 'program')
officebinary = realpath(unopath, bin)
info(3, "Found %s in %s" % (bin, unopath))
- # Break the inner loop...
+ Break the inner loop...
break
- # Continue if the inner loop wasn't broken.
+ Continue if the inner loop wasn't broken.
else:
continue
- # Inner loop was broken, break the outer.
+ Inner loop was broken, break the outer.
break
else:
continue
@@ -163,12 +163,12 @@ def find_offices():
if os.path.isfile(realpath(basepath, basis, ure, 'lib', 'unorc')):
urepath = realpath(basepath, basis, ure)
info(3, "Found %s in %s" % ('unorc', realpath(urepath, 'lib')))
- # Break the inner loop...
+ Break the inner loop...
break
- # Continue if the inner loop wasn't broken.
+ Continue if the inner loop wasn't broken.
else:
continue
- # Inner loop was broken, break the outer.
+ Inner loop was broken, break the outer.
break
pythonhome = None
@@ -862,7 +862,7 @@ class Convertor:
try:
document.updateLinks()
except AttributeError:
- # the document doesn't implement the XLinkUpdate interface
+ the document doesn't implement the XLinkUpdate interface
pass
### Update document indexes
@@ -871,8 +871,8 @@ class Convertor:
document.refresh()
indexes = document.getDocumentIndexes()
except AttributeError:
- # the document doesn't implement the XRefreshable and/or
- # XDocumentIndexesSupplier interfaces
+ the document doesn't implement the XRefreshable and/or
+ XDocumentIndexesSupplier interfaces
pass
else:
for i in range(0, indexes.getCount()):