summaryrefslogtreecommitdiff
path: root/l10ntools/inc
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
parent27b76a44593c654800cf0f90d82ccc8d5a6f1c48 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I4b541b2a0de4fd395a613a47c9a3868199f42513
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/export.hxx4
-rw-r--r--l10ntools/inc/helpmerge.hxx4
-rw-r--r--l10ntools/inc/l10ntools/HelpLinker.hxx5
-rw-r--r--l10ntools/inc/lngmerge.hxx4
-rw-r--r--l10ntools/inc/xrmmerge.hxx2
5 files changed, 4 insertions, 15 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 );
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx
index 3311e479305b..bc2a6afa253f 100644
--- a/l10ntools/inc/helpmerge.hxx
+++ b/l10ntools/inc/helpmerge.hxx
@@ -40,8 +40,6 @@ class HelpParser
{
private:
rtl::OString sHelpFile;
- bool bUTF8;
- bool bHasInputList;
#if OSL_DEBUG_LEVEL > 2
/// Debugmethod, prints the content of the map to stdout
@@ -52,7 +50,7 @@ private:
#endif
public:
- HelpParser( const rtl::OString &rHelpFile, bool bUTF8 , bool bHasInputList );
+ HelpParser( const rtl::OString &rHelpFile );
~HelpParser(){};
/// Method creates/append a SDF file with the content of a parsed XML file
diff --git a/l10ntools/inc/l10ntools/HelpLinker.hxx b/l10ntools/inc/l10ntools/HelpLinker.hxx
index b718623154c3..4befcd4669a1 100644
--- a/l10ntools/inc/l10ntools/HelpLinker.hxx
+++ b/l10ntools/inc/l10ntools/HelpLinker.hxx
@@ -68,14 +68,12 @@ public:
throw( HelpProcessingException );
HelpLinker()
- : init(true)
- , m_pIndexerPreProcessor(NULL)
+ : m_pIndexerPreProcessor(NULL)
{}
~HelpLinker()
{ delete m_pIndexerPreProcessor; }
private:
- int locCount, totCount;
Stringtable additionalFiles;
HashSet helpFiles;
fs::path sourceRoot;
@@ -93,7 +91,6 @@ private:
bool bExtensionMode;
fs::path indexDirName;
fs::path indexDirParentName;
- bool init;
IndexerPreProcessor* m_pIndexerPreProcessor;
void initIndexerPreProcessor();
void link() throw( HelpProcessingException );
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx
index 9649c34abe18..dd9cbf6359d0 100644
--- a/l10ntools/inc/lngmerge.hxx
+++ b/l10ntools/inc/lngmerge.hxx
@@ -50,9 +50,7 @@ private:
sal_uInt16 nError;
LngLineList *pLines;
rtl::OString sSource;
- sal_Bool bDBIsUTF8;
sal_Bool bULF;
- bool bQuiet;
std::vector<rtl::OString> aLanguages;
bool isNextGroup(rtl::OString &sGroup_out, rtl::OString &sLine_in);
@@ -62,7 +60,7 @@ private:
const rtl::OString &rPrj, const rtl::OString &rRoot,
const rtl::OString &rActFileName, const rtl::OString &rID);
public:
- LngParser(const rtl::OString &rLngFile, sal_Bool bUTF8,
+ LngParser(const rtl::OString &rLngFile,
sal_Bool bULFFormat);
~LngParser();
diff --git a/l10ntools/inc/xrmmerge.hxx b/l10ntools/inc/xrmmerge.hxx
index d4232c544cf9..b80d37aaa5fa 100644
--- a/l10ntools/inc/xrmmerge.hxx
+++ b/l10ntools/inc/xrmmerge.hxx
@@ -43,8 +43,6 @@ private:
sal_Bool bError;
sal_Bool bText;
- bool sLocalized;
-
rtl::OString sCurrentOpenTag;
rtl::OString sCurrentCloseTag;
rtl::OString sCurrentText;