summaryrefslogtreecommitdiff
path: root/l10ntools/inc/export.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-13 12:46:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-14 10:39:11 +0200
commit31c52706fcb73c4f088ade5b949035c53e6d36f0 (patch)
tree12b4e1638c868e4760005e8b2a9a4d39306172de /l10ntools/inc/export.hxx
parent27b76a44593c654800cf0f90d82ccc8d5a6f1c48 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I4b541b2a0de4fd395a613a47c9a3868199f42513
Diffstat (limited to 'l10ntools/inc/export.hxx')
-rw-r--r--l10ntools/inc/export.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 7e6a912d77a5..a1c66e3808a1 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -435,7 +435,6 @@ public:
class MergeDataFile
{
private:
- sal_Bool bErrorLog;
rtl::OString sErrorLog;
MergeDataHashMap aMap;
std::set<rtl::OString> aLanguageSet;
@@ -448,7 +447,7 @@ class MergeDataFile
const rtl::OString &sFilename, bool bCaseSensitive);
public:
explicit MergeDataFile(const rtl::OString &rFileName,
- const rtl::OString& rFile, bool bErrLog, bool bCaseSensitive = false);
+ const rtl::OString& rFile, bool bCaseSensitive);
~MergeDataFile();
@@ -497,7 +496,6 @@ private:
Export& aExport;
bool bStart;
- bool bStartNext;
inline void Pop( std::queue<QueueEntry>& aQueue );