diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 13:09:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 16:35:58 +0000 |
commit | 80a60371b3fbdfff01a0e59a56a53da9587f9b14 (patch) | |
tree | 3bbf463ca5ea8279d338eaf1079a65cf77adf3f4 /sc | |
parent | 47f891c567ecd54add9763506c48f42afaf6863b (diff) |
move RID_APPTITLE to desktop where its used
rename the other ones and remove the unused ones
Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/sc.hrc | 3 | ||||
-rw-r--r-- | sc/source/ui/app/scmod.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/src/sc.src | 2 |
3 files changed, 4 insertions, 3 deletions
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" ; }; |