summaryrefslogtreecommitdiff
path: root/l10ntools/inc/propmerge.hxx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000g@gmail.com>2012-11-25 14:22:24 +0100
committerZolnai Tamás <zolnaitamas2000g@gmail.com>2012-11-25 15:01:12 +0100
commitd02dc1da4a3cff852b4f29bef2fb8ce88140ef7b (patch)
tree93e0682e6cddb2b4b3b42d8cbae17a86e9204683 /l10ntools/inc/propmerge.hxx
parentb19be5c73cadfa398f6f40e74ec23b9f79a9e3b7 (diff)
Some cosmetics in l10ntools
Add comment to new classes Delete unneeded getLanguage() method Make inline GenPoEntry's setter methods Fix some typo Change-Id: I8f337b8c57e1eab7696415dc7297c64e2436f35d
Diffstat (limited to 'l10ntools/inc/propmerge.hxx')
-rw-r--r--l10ntools/inc/propmerge.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/l10ntools/inc/propmerge.hxx b/l10ntools/inc/propmerge.hxx
index 4f0e3275a434..a44649cfb91b 100644
--- a/l10ntools/inc/propmerge.hxx
+++ b/l10ntools/inc/propmerge.hxx
@@ -13,6 +13,11 @@
#include <rtl/string.hxx>
#include <vector>
+/** Class for properties localization
+
+ Parse *.properties files, extract translatable strings
+ and merge translated strings.
+*/
class PropParser
{
private: