l10ntools/inc/export.hxx | 3 --- l10ntools/source/export.cxx | 2 -- 2 files changed, 5 deletions(-)
New commits: commit e0cf3babee1e8c3b4e432e591bae18b97b07c34a Author: Stephan Bergmann <[email protected]> Date: Wed Mar 27 21:16:27 2013 +0100 -Werror,-Wunused-private-field Change-Id: I42235ca7cd25c07af7daaf51f56a6deb60e4108e diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index e3a0913..8dc9ab8 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -182,14 +182,11 @@ public: typedef ::std::vector< ResData* > ResStack; // forwards -class WordTransformer; class ParserQueue; class Export { private: - WordTransformer *pWordTransformer; - union { std::ofstream* mSimple; diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx index 900e850..adce9e85 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 ), _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
