summaryrefslogtreecommitdiff
path: root/l10ntools/inc/po.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/po.hxx')
-rw-r--r--l10ntools/inc/po.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx
index ace9e09e3643..a84b5a0a58a2 100644
--- a/l10ntools/inc/po.hxx
+++ b/l10ntools/inc/po.hxx
@@ -122,12 +122,11 @@ class PoIfstream: private boost::noncopyable
private:
std::ifstream m_aInPut;
- bool m_bIsAfterHeader;
bool m_bEof;
public:
- enum Exception { INVALIDENTRY, INVALIDHEADER };
+ enum Exception { INVALIDENTRY };
PoIfstream();
~PoIfstream();
@@ -136,7 +135,6 @@ public:
void open(const OString& rFileName);
void close();
- void readHeader(PoHeader& rHeader);
void readEntry(PoEntry& rPo);
};