vcl/jsdialog/enabled.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 2d672edd436f94679350917e91c4caf753c6d9d4 Author: Dennis Francis <[email protected]> AuthorDate: Sat Oct 4 17:19:29 2025 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Mon Oct 6 05:59:40 2025 +0200 lok: chart2: jsdialog: enable scale tabpage Signed-off-by: Dennis Francis <[email protected]> Change-Id: I7e3e70cc36cef25fd9b9b5dc4399bacd48dab5d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191857 (cherry picked from commit 949a21683ff47178d321886a62d4bceb59b5204e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191932 Tested-by: Szymon Kłos <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index 9a7e2b895c4b..adf17778f580 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -305,7 +305,8 @@ constexpr auto SchartDialogList { u"modules/schart/ui/tp_DataSource.ui" }, { u"modules/schart/ui/tp_RangeChooser.ui" }, { u"modules/schart/ui/tp_Trendline.ui" }, - { u"modules/schart/ui/wizelementspage.ui" } + { u"modules/schart/ui/wizelementspage.ui" }, + { u"modules/schart/ui/tp_Scale.ui" }, }); constexpr auto SmathDialogList
