From 80a60371b3fbdfff01a0e59a56a53da9587f9b14 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Nov 2014 13:09:41 +0000 Subject: move RID_APPTITLE to desktop where its used rename the other ones and remove the unused ones Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f --- sc/inc/sc.hrc | 3 ++- sc/source/ui/app/scmod.cxx | 2 +- sc/source/ui/src/sc.src | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sc') diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index bc39f327c28f..1f95e32f2dcf 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1006,7 +1006,8 @@ #define STR_TITLE_AUTHOR (STR_START + 442) #define STR_TITLE_DATE (STR_START + 443) #define STR_UNKNOWN_USER_CONFLICT (STR_START + 444) -#define STR_END (STR_UNKNOWN_USER_CONFLICT) +#define RID_SC_NAME (STR_START + 445) +#define STR_END (RID_SC_NAME) #define BMP_START (STR_END) diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx index c0a9c901e691..84657caf7b27 100644 --- a/sc/source/ui/app/scmod.cxx +++ b/sc/source/ui/app/scmod.cxx @@ -119,7 +119,7 @@ static sal_uInt16 nIdleCount = 0; -SFX_IMPL_INTERFACE(ScModule, SfxShell, ScResId(RID_APPTITLE)) +SFX_IMPL_INTERFACE(ScModule, SfxShell, ScResId(RID_SC_NAME)) void ScModule::InitInterface_Impl() { diff --git a/sc/source/ui/src/sc.src b/sc/source/ui/src/sc.src index f6ab97174a48..1fbb98dd4ad6 100644 --- a/sc/source/ui/src/sc.src +++ b/sc/source/ui/src/sc.src @@ -21,7 +21,7 @@ // App-Titel------------------------------------------------------ -String RID_APPTITLE +String RID_SC_NAME { Text [ en-US ] = "%PRODUCTNAME Calc" ; }; -- cgit