diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-21 19:09:27 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-21 19:10:09 +0200 |
commit | 2d8e4f91feeba58dbe4dc38e484a3be0f578ae9f (patch) | |
tree | 13c6cb995f392d1230bab9544b9b66bf1fe187be /l10ntools/source | |
parent | 8e73c8ebcb4110e09d386927ffbe95a49ac5565c (diff) |
Delete more unused member from export
Change-Id: Icebd32c7ac2144f99827ca48cca7bbcaf10814c4
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/merge.cxx | 8 |
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 ), |