[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source
Stephan Bergmann
sbergman at redhat.com
Wed Mar 27 13:17:05 PDT 2013
l10ntools/inc/export.hxx | 3 ---
l10ntools/source/export.cxx | 2 --
2 files changed, 5 deletions(-)
New commits:
commit e0cf3babee1e8c3b4e432e591bae18b97b07c34a
Author: Stephan Bergmann <sbergman at redhat.com>
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 ),
More information about the Libreoffice-commits
mailing list