vcl/jsdialog/enabled.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 68300e741bfd332e9ffef0f70a8c065672b18994
Author: Szymon Kłos <[email protected]>
AuthorDate: Sun Jan 28 22:28:40 2024 +0100
Commit: Tomaž Vajngerl <[email protected]>
CommitDate: Thu May 9 10:32:05 2024 +0200
jsdialog: enable animation properties in impress
to test:
1. click on any shape in Impress
2. go to Animation tab in sidebar
3. "add" animation
4. double-click on added animation on the list
Signed-off-by: Szymon Kłos <[email protected]>
Change-Id: I009cbdd295fac4f4533101c89d5c0268fbbe633a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164112
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Tomaž Vajngerl <[email protected]>
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 636def88df05..ab0fbdbd7751 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -170,6 +170,10 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool
bMobile)
|| rUIFile == u"modules/sdraw/ui/drawpagedialog.ui"
|| rUIFile == u"modules/sdraw/ui/drawparadialog.ui"
// simpress
+ || rUIFile == u"modules/simpress/ui/customanimationeffecttab.ui"
+ || rUIFile == u"modules/simpress/ui/customanimationproperties.ui"
+ || rUIFile == u"modules/simpress/ui/customanimationtexttab.ui"
+ || rUIFile == u"modules/simpress/ui/customanimationtimingtab.ui"
|| rUIFile == u"modules/simpress/ui/headerfooterdialog.ui"
|| rUIFile == u"modules/simpress/ui/headerfootertab.ui"
// swriter