From 5e58cc6fa84ba77b948cd603e83ad817cedfeb03 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 29 Apr 2021 10:32:54 +0200 Subject: 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 --- sfx2/sdi/appslots.sdi | 2 +- sfx2/sdi/sfx.sdi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/sdi') 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, -- cgit