summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-27 21:16:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-27 21:16:27 +0100
commite0cf3babee1e8c3b4e432e591bae18b97b07c34a (patch)
treeccda82438e7ceef59df7647970d517ccc18aa8f1 /l10ntools
parent2bd0d00982fcd8648bbcbb0502821b5a21a618a7 (diff)
-Werror,-Wunused-private-field
Change-Id: I42235ca7cd25c07af7daaf51f56a6deb60e4108e
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/export.hxx3
-rw-r--r--l10ntools/source/export.cxx2
2 files changed, 0 insertions, 5 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index e3a0913515e6..8dc9ab8a3273 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 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 ),