diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-10-01 20:26:05 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-10-01 20:48:43 +0200 |
commit | 8b22407ef36d1a8934f3d917354d95f37d4aab65 (patch) | |
tree | 5deec482d20d5f96523f52d3cbdb71b8b7a43b3b /l10ntools/inc | |
parent | 6ad53b64742fe0ccbef988ce995921274bf99da9 (diff) |
Add some new checking
Plus use UpperCamelCase name for some
variable.
Change-Id: Iaba8b6f47f03b723aa31ef4b45f8b6fd78b7866f
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/po.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx index 76312a4a59e5..9163e6a10230 100644 --- a/l10ntools/inc/po.hxx +++ b/l10ntools/inc/po.hxx @@ -113,6 +113,8 @@ public: friend class PoOfstream; friend class PoIfstream; + enum Exception { NOLANG }; + PoHeader(); PoHeader( const OString& rExtSrc ); PoHeader( std::ifstream& rOldPo ); |