wizards/source/scriptforge/SF_UI.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit beceac5e0a2075696bbb267830ee952ade18da89 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Nov 2 15:07:46 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Nov 3 12:26:35 2022 +0100 Fix typo in code Change-Id: I30dc89340942c1fc21a889e611b8a4510553476a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142169 Tested-by: Jean-Pierre Ledure <j...@ledure.be> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/scriptforge/SF_UI.xba b/wizards/source/scriptforge/SF_UI.xba index e64011b9ed78..8d2b78e3714b 100644 --- a/wizards/source/scriptforge/SF_UI.xba +++ b/wizards/source/scriptforge/SF_UI.xba @@ -78,7 +78,7 @@ Const TABLEDATA = "TableData" Const QUERYDATA = "QueryData" Const SQLDATA = "SqlData" Const BASEREPORT = "BaseReport" -Const BASEDIAGRAM = "BaseDiaram" +Const BASEDIAGRAM = "BaseDiagram" ' Macro execution modes Const cstMACROEXECNORMAL = 0 ' Default, execution depends on user configuration and choice @@ -1364,4 +1364,4 @@ Private Function _Repr() As String End Function ' ScriptForge.SF_UI._Repr REM ============================================ END OF SCRIPTFORGE.SF_UI -</script:module> \ No newline at end of file +</script:module>