summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-03-14 22:05:11 +0100
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-03-14 22:44:16 +0100
commit24b10675025ac6ed628e7b889f44c6661e1044c9 (patch)
tree18d2389904e99252812d98014129d4d08094c432 /wizards
parent76546f678e86b5c551f3dfe28f35864cebdd2019 (diff)
Fix typos
Change-Id: Ied3445430ffefbf27674f103c879a606909c9b3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112478 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/python/scriptforge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py
index 93335098bf8b..538736468567 100644
--- a/wizards/source/scriptforge/python/scriptforge.py
+++ b/wizards/source/scriptforge/python/scriptforge.py
@@ -343,7 +343,7 @@ class SFServices(object):
a list named 'localProperties' reserved to properties for internal use
e.g. oDlg.Controls() is a method that uses '_Controls' to hold the list of available controls
When
- forceGetProperty = False # Standard bahaviour
+ forceGetProperty = False # Standard behaviour
read-only serviceproperties are buffered in Python after their 1st get request to Basic
Otherwise set it to True to force a recomputation at each property getter invocation
If there is a need to handle a specific property in a specific manner: