Fix typo
Change-Id: Iafef7f75454b20e941ab149035284927d6dc28f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169479 Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net> Tested-by: Jenkins
This commit is contained in:
parent
beaea6538f
commit
f337994910
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Configuration(object):
|
|||
@classmethod
|
||||
def getInt(self, name, parent):
|
||||
o = self.getNode(name, parent)
|
||||
# com will be undefined as it seems to strem from a java module?
|
||||
# com will be undefined as it seems to stream from a java module?
|
||||
# so no need to add an import statement for this.
|
||||
# pyflakes will give an undefined name error but it seems
|
||||
# this can therefore be ignored.
|
||||
|
|
Loading…
Reference in a new issue