summaryrefslogtreecommitdiffstats
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-02-18 00:29:47 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-02-18 17:30:23 +0100
commit94af3bc2a4d729339486989fba67b17127e87329 (patch)
tree00839755078f090e6e46cd920ab71367fdbc7a6a /l10ntools/inc
parentRelated: #i124096# correct LayoutManager::m_xDockingAreaAcceptor clear... (diff)
downloadcore-94af3bc2a4d729339486989fba67b17127e87329.tar.gz
core-94af3bc2a4d729339486989fba67b17127e87329.zip
ulfex: remove unneeded bULF, it is always true
Change-Id: I1401fddfdd42eba96253f4dd19cf60bba8de6802
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/lngmerge.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx
index b566accb0ec3..278910c3a539 100644
--- a/l10ntools/inc/lngmerge.hxx
+++ b/l10ntools/inc/lngmerge.hxx
@@ -46,7 +46,6 @@ private:
sal_uInt16 nError;
LngLineList *pLines;
OString sSource;
- bool bULF;
std::vector<OString> aLanguages;
bool isNextGroup(OString &sGroup_out, const OString &sLine_in);
@@ -55,8 +54,7 @@ private:
void WritePO(PoOfstream &aPOStream, OStringHashMap &rText_inout,
const OString &rActFileName, const OString &rID);
public:
- LngParser(const OString &rLngFile,
- bool bULFFormat);
+ LngParser(const OString &rLngFile);
~LngParser();
bool CreatePO( const OString &rPOFile );