diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-27 21:16:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-27 21:16:27 +0100 |
commit | e0cf3babee1e8c3b4e432e591bae18b97b07c34a (patch) | |
tree | ccda82438e7ceef59df7647970d517ccc18aa8f1 /l10ntools/source | |
parent | 2bd0d00982fcd8648bbcbb0502821b5a21a618a7 (diff) |
-Werror,-Wunused-private-field
Change-Id: I42235ca7cd25c07af7daaf51f56a6deb60e4108e
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/export.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx index 900e850d13b4..adce9e85e983 100644 --- a/l10ntools/source/export.cxx +++ b/l10ntools/source/export.cxx @@ -177,7 +177,6 @@ static sal_Int32 lcl_countOccurrences(const OString& text, char c) Export::Export(const OString &rOutput, const OString &rLanguage) : - pWordTransformer( NULL ), bDefine( sal_False ), bNextMustBeDefineEOL( sal_False ), nLevel( 0 ), @@ -209,7 +208,6 @@ Export::Export( const OString &rMergeSource, const OString &rOutput, const OString &rLanguage ) : - pWordTransformer( NULL ), bDefine( sal_False ), bNextMustBeDefineEOL( sal_False ), nLevel( 0 ), |