diff options
author | jan iversen <jani@documentfoundation.org> | 2016-03-15 01:54:42 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-03-15 02:05:54 +0100 |
commit | 885eb42469f9191f7df270dfd1c8bda5dcec0e2f (patch) | |
tree | 4697a33f6673969fd5cf781cf070b05aa0c3ca1c /l10ntools/inc/gConvProp.hxx | |
parent | 2848692ff421d3b450e33c72234a370d6e6ad9ef (diff) |
genLang update
Decoration removed
Indent etc. updated to LO standard
License in generate pot files changed to LO standard.
this commit is a pure text edit, NO functional changes.
Change-Id: Ie0a26d3cff470dd5f91241ca6b962b17851c9d5b
Diffstat (limited to 'l10ntools/inc/gConvProp.hxx')
-rw-r--r-- | l10ntools/inc/gConvProp.hxx | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/l10ntools/inc/gConvProp.hxx b/l10ntools/inc/gConvProp.hxx index b2b9bd1de696..9e7f6e7b4758 100644 --- a/l10ntools/inc/gConvProp.hxx +++ b/l10ntools/inc/gConvProp.hxx @@ -16,30 +16,19 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #ifndef GCONPROP_HXX #define GCONPROP_HXX #include "gConv.hxx" -/***************************************************************************** - ************************ G C O N P R O P . H X X ************************ - ***************************************************************************** - * This is the class header for .proporties conversion - *****************************************************************************/ - - - -/******************** C L A S S D E F I N I T I O N ********************/ class convert_prop : public convert_gen { - public: - convert_prop(l10nMem& crMemory); - virtual ~convert_prop(); - + public: + convert_prop(l10nMem& crMemory); + ~convert_prop(); - private: - void execute() override; + private: + void execute() override; }; #endif |