From beceac5e0a2075696bbb267830ee952ade18da89 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 2 Nov 2022 15:07:46 +0100 Subject: Fix typo in code Change-Id: I30dc89340942c1fc21a889e611b8a4510553476a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142169 Tested-by: Jean-Pierre Ledure Reviewed-by: Julien Nabet --- wizards/source/scriptforge/SF_UI.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') 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 - \ No newline at end of file + -- cgit