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:
Andrea Gelmini 2024-06-25 00:44:33 +02:00
parent beaea6538f
commit f337994910

View file

@ -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.