diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-04-29 10:32:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-04-29 13:00:15 +0200 |
commit | 5e58cc6fa84ba77b948cd603e83ad817cedfeb03 (patch) | |
tree | 9dea9ce31b1fac5dad6740b0b8c3e0bbeb03bae1 /sfx2/sdi | |
parent | edb64cc363e782470870089041c48993d7c34de5 (diff) |
Fix typo SID_TEMPLATE_ADDRESSBOKSOURCE->SID_TEMPLATE_ADDRESSBOOKSOURCE
Change-Id: I6a23cdd71dc3476c415e710dad4a33c9d0c20202
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114839
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/appslots.sdi | 2 | ||||
-rw-r--r-- | sfx2/sdi/sfx.sdi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index 5dbee7376b6e..f5ffb700388a 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -95,7 +95,7 @@ interface Application ExecMethod = MiscExec_Impl ; StateMethod = MiscState_Impl ; ] - SID_TEMPLATE_ADDRESSBOKSOURCE // ole(no) api(final/play/rec) + SID_TEMPLATE_ADDRESSBOOKSOURCE // ole(no) api(final/play/rec) [ ExecMethod = MiscExec_Impl ; StateMethod = MiscState_Impl ; diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 425724440d13..ae37ce14448f 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -265,7 +265,7 @@ SfxVoidItem CharmapControl SID_CHARMAP_CONTROL ] -SfxVoidItem AddressBookSource SID_TEMPLATE_ADDRESSBOKSOURCE +SfxVoidItem AddressBookSource SID_TEMPLATE_ADDRESSBOOKSOURCE () [ AutoUpdate = FALSE, |