summaryrefslogtreecommitdiffstats
path: root/l10ntools/source/merge.cxx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-21 19:09:27 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-21 19:10:09 +0200
commit2d8e4f91feeba58dbe4dc38e484a3be0f578ae9f (patch)
tree13c6cb995f392d1230bab9544b9b66bf1fe187be /l10ntools/source/merge.cxx
parentAvoid multiple appends on OUString (diff)
downloadcore-2d8e4f91feeba58dbe4dc38e484a3be0f578ae9f.tar.gz
core-2d8e4f91feeba58dbe4dc38e484a3be0f578ae9f.zip
Delete more unused member from export
Change-Id: Icebd32c7ac2144f99827ca48cca7bbcaf10814c4
Diffstat (limited to 'l10ntools/source/merge.cxx')
-rw-r--r--l10ntools/source/merge.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index 401cba5f347c..498962f34d59 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -74,10 +74,6 @@ ResData::ResData( const OString &rGId )
bTitle( sal_False ),
bList( sal_False ),
sGId( rGId ),
- nTextRefId( REFID_NONE ),
- nHelpTextRefId( REFID_NONE ),
- nQuickHelpTextRefId( REFID_NONE ),
- nTitleRefId( REFID_NONE ),
sTextTyp( "Text" ),
pStringList( NULL ),
pUIEntries( NULL ),
@@ -100,10 +96,6 @@ ResData::ResData( const OString &rGId, const OString &rFilename)
bList( sal_False ),
sGId( rGId ),
sFilename( rFilename ),
- nTextRefId( REFID_NONE ),
- nHelpTextRefId( REFID_NONE ),
- nQuickHelpTextRefId( REFID_NONE ),
- nTitleRefId( REFID_NONE ),
sTextTyp( "Text" ),
pStringList( NULL ),
pUIEntries( NULL ),