diff options
author | Istvan Turi <turipista@freemail.hu> | 2012-08-16 17:38:03 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-16 17:45:36 +0200 |
commit | 1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889 (patch) | |
tree | 655598252c1ae8d147b274bafb917a83b8d235ef /sw/inc/rcid.hrc | |
parent | cecff561687865359a695f1cf6ecb99300ce121b (diff) |
idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)
idxexample.odt will be localized through the standard l10n
framework, i.e. with use of .po files, because now strings
are read from resources.
html.stw is language independent now, defaults for different
scripts are handled in the code.
Change-Id: Ie20cafc6191721a959b33e2559b9866e3762a146
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r-- | sw/inc/rcid.hrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index 90d795745f63..9dd09611a898 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -68,6 +68,7 @@ #define RC_UNOCORE (RC_BASE + 4050) #define RC_ANNOTATION (RC_BASE + 4150) #define RC_PAGEFRM (RC_BASE + 4250) +#define RC_IDXTXT (RC_BASE + 4350) /*-------------------------------------------------------------------- Beschreibung: Bereiche ausspannen @@ -249,4 +250,8 @@ #define RC_UNOCORE_BEGIN RC_UNOCORE #define RC_UNOCORE_END (RC_UNOCORE + 10) +//idxexample +#define RC_IDXTXT_BEGIN RC_IDXTXT +#define RC_IDXTXT_END (RC_IDXTXT + 10) + #endif |