summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2020-03-07 12:25:30 +0100
committerMichael Stahl <michael.stahl@cib.de>2020-03-11 15:48:45 +0100
commit1f85528fdfd0871fd1e2a913c85e1e06e5bac645 (patch)
tree19370153f2de2754b958b00732b7b953c9049996 /sw/inc/docufld.hxx
parentaf4a5ef3afc04d2c5472139e69bf9f56767a20d3 (diff)
tdf#39674 Translate German variable names
Titel -> Title Thema -> Subject In "strings.hrc", translated the defines, but kept the their NC_(...) translation references to prevent a need to update translations. Change-Id: Ie8b4a94376495d5e148bc50dcc9902e805deff0d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90156 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index b8ea4866eff0..5fd4212eeea2 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -64,7 +64,7 @@ namespace nsSwDocInfoSubType
really is the end, and is at least 4 less than DI_SUB_*! */
const SwDocInfoSubType DI_SUBTYPE_BEGIN = 0;
const SwDocInfoSubType DI_TITLE = DI_SUBTYPE_BEGIN;
- const SwDocInfoSubType DI_THEMA = 1;
+ const SwDocInfoSubType DI_SUBJECT = 1;
const SwDocInfoSubType DI_KEYS = 2;
const SwDocInfoSubType DI_COMMENT = 3;
const SwDocInfoSubType DI_CREATE = 4;