diff options
Diffstat (limited to 'l10ntools/inc/propmerge.hxx')
-rw-r--r-- | l10ntools/inc/propmerge.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/l10ntools/inc/propmerge.hxx b/l10ntools/inc/propmerge.hxx index b6e2a0b3b85f..b4289655ecd8 100644 --- a/l10ntools/inc/propmerge.hxx +++ b/l10ntools/inc/propmerge.hxx @@ -13,11 +13,13 @@ #include <rtl/string.hxx> #include <vector> -/** Class for properties localization +/** + Class for localization of *.properties files - Parse *.properties files, extract translatable strings - and merge translated strings. + Parse *.properties files, extract translatable strings + and merge translated strings. */ + class PropParser { private: @@ -37,5 +39,5 @@ public: void Merge( const OString &rMergeSrc, const OString &rDestinationFile ); }; -#endif //_PROPMERGE_INCLUDED +#endif // _PROPMERGE_INCLUDED /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |