diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-12-26 14:31:33 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2013-12-27 07:14:54 +0100 |
commit | edf7d340eb8d78cb99941cc28e23928d05697b10 (patch) | |
tree | f71f130ba0ceb5fc7539e92d8af8e6173fd5aaff /l10ntools/inc | |
parent | 0dbd93b92a694a384b293e0dce87b5acdf12e9e8 (diff) |
Transex3: remove obsolete HelpText
Used alternative: Text[ x-comment ]
Change-Id: I762bf89c5ed316ec63183e3bedc22cbaac2e8aba
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/export.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index a160f6ab4fc4..e3a919035490 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -112,7 +112,6 @@ public: sal_Bool bChildWithText; sal_Bool bText; - sal_Bool bHelpText; sal_Bool bQuickHelpText; sal_Bool bTitle; sal_Bool bList; @@ -125,8 +124,6 @@ public: OStringHashMap sText; - OStringHashMap sHelpText; - OStringHashMap sQuickHelpText; OStringHashMap sTitle; @@ -150,7 +147,6 @@ public: #define LIST_ITEM 0x0004 #define LIST_PAIRED 0x0005 #define STRING_TYP_TEXT 0x0010 -#define STRING_TYP_HELPTEXT 0x0020 #define STRING_TYP_QUICKHELPTEXT 0x0040 #define STRING_TYP_TITLE 0x0080 |