summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sfx2/sfxsids.hrc2
-rw-r--r--sfx2/sdi/appslots.sdi2
-rw-r--r--sfx2/sdi/sfx.sdi2
-rw-r--r--sfx2/source/appl/appserv.cxx4
4 files changed, 5 insertions, 5 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index 3f9d4a232fb7..c6073a795b80 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -327,7 +327,7 @@ class SvxSearchItem;
// Floating Window Template
#define SID_STYLE_DESIGNER (SID_SFX_START + 539)
-#define SID_TEMPLATE_ADDRESSBOKSOURCE (SID_SFX_START + 1655)
+#define SID_TEMPLATE_ADDRESSBOOKSOURCE (SID_SFX_START + 1655)
// Ruby dialog
#define SID_RUBY_DIALOG (SID_SFX_START + 1656)
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,
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index b58d4f891a53..3ae22dedd324 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -633,7 +633,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
break;
}
- case SID_TEMPLATE_ADDRESSBOKSOURCE:
+ case SID_TEMPLATE_ADDRESSBOOKSOURCE:
{
svt::AddressBookSourceDialog aDialog(rReq.GetFrameWeld(), ::comphelper::getProcessComponentContext());
aDialog.run();
@@ -1046,7 +1046,7 @@ void SfxApplication::MiscState_Impl(SfxItemSet &rSet)
{
switch(nWhich)
{
- case SID_TEMPLATE_ADDRESSBOKSOURCE:
+ case SID_TEMPLATE_ADDRESSBOOKSOURCE:
if ( !SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::EModule::DATABASE) )
rSet.Put(SfxVisibilityItem(nWhich, false));
break;