summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-01 08:55:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-01 09:37:34 +0200
commiteed94d15a49ad2038a59a3a1bfaa4a66a27ed540 (patch)
tree534c1c64866ca88dc9172531fa3b2029d3c316bc /sd/sdi
parent61decd49f6491966ec996cad4e39b08b9bb58d91 (diff)
convert PresChange to scoped enum
Change-Id: I8184e436ae9c0fd2cb78a94b3146ab1903453f72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91459 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/sdi')
-rw-r--r--sd/sdi/SlideSorterController.sdi6
-rw-r--r--sd/sdi/sdgslots.sdi6
-rw-r--r--sd/sdi/sdslots.sdi6
3 files changed, 9 insertions, 9 deletions
diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi
index e9d1ae77d7b2..8b4f08c63e1f 100644
--- a/sd/sdi/SlideSorterController.sdi
+++ b/sd/sdi/SlideSorterController.sdi
@@ -52,9 +52,9 @@ enum FadeSpeed
enum PresChange
{
- PRESCHANGE_MANUAL ,
- PRESCHANGE_AUTO ,
- PRESCHANGE_SEMIAUTO
+ PresChange::Manual ,
+ PresChange::Auto ,
+ PresChange::SemiAuto
} ;
// Items
diff --git a/sd/sdi/sdgslots.sdi b/sd/sdi/sdgslots.sdi
index f6731011037d..e7c94ab322cd 100644
--- a/sd/sdi/sdgslots.sdi
+++ b/sd/sdi/sdgslots.sdi
@@ -62,9 +62,9 @@ module StarDraw
enum PresChange
{
- PRESCHANGE_MANUAL,
- PRESCHANGE_AUTO,
- PRESCHANGE_SEMIAUTO
+ PresChange::Manual,
+ PresChange::Auto,
+ PresChange::SemiAuto
};
// Items
diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi
index 204cbfcafa2f..751c09901fa8 100644
--- a/sd/sdi/sdslots.sdi
+++ b/sd/sdi/sdslots.sdi
@@ -63,9 +63,9 @@ module StarDraw
enum PresChange
{
- PRESCHANGE_MANUAL,
- PRESCHANGE_AUTO,
- PRESCHANGE_SEMIAUTO
+ PresChange::Manual,
+ PresChange::Auto,
+ PresChange::SemiAuto
};
// Items