sfx2/source/devtools/DocumentModelTreeHandler.cxx | 2 +- sfx2/source/devtools/ObjectInspectorTreeHandler.cxx | 2 +- wizards/source/scriptforge/python/scriptforge.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 24b10675025ac6ed628e7b889f44c6661e1044c9 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Mar 14 22:05:11 2021 +0100 Commit: Andrea Gelmini <[email protected]> CommitDate: Sun Mar 14 22:44:16 2021 +0100 Fix typos Change-Id: Ied3445430ffefbf27674f103c879a606909c9b3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112478 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <[email protected]> diff --git a/sfx2/source/devtools/DocumentModelTreeHandler.cxx b/sfx2/source/devtools/DocumentModelTreeHandler.cxx index 47dcb980a2f3..8494f93fa289 100644 --- a/sfx2/source/devtools/DocumentModelTreeHandler.cxx +++ b/sfx2/source/devtools/DocumentModelTreeHandler.cxx @@ -337,7 +337,7 @@ public: } }; -/** Represents a style family, whcih contains a list of styles */ +/** Represents a style family, which contains a list of styles */ class StylesFamilyEntry : public DocumentModelTreeEntry { public: diff --git a/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx b/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx index 28186da1c3c2..6dd8c40ab9ad 100644 --- a/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx +++ b/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx @@ -415,7 +415,7 @@ public: } }; -/** Node represents a basic value, that can be any object, sequece, struct */ +/** Node represents a basic value, that can be any object, sequence, struct */ class BasicValueNode : public SimpleStringNode { protected: 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
