summaryrefslogtreecommitdiff
path: root/l10ntools/inc/gConvXcu.hxx
diff options
context:
space:
mode:
authorjan iversen <jani@documentfoundation.org>2016-03-15 01:54:42 +0100
committerjan iversen <jani@documentfoundation.org>2016-03-15 02:05:54 +0100
commit885eb42469f9191f7df270dfd1c8bda5dcec0e2f (patch)
tree4697a33f6673969fd5cf781cf070b05aa0c3ca1c /l10ntools/inc/gConvXcu.hxx
parent2848692ff421d3b450e33c72234a370d6e6ad9ef (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/gConvXcu.hxx')
-rw-r--r--l10ntools/inc/gConvXcu.hxx42
1 files changed, 16 insertions, 26 deletions
diff --git a/l10ntools/inc/gConvXcu.hxx b/l10ntools/inc/gConvXcu.hxx
index c19f9901fbea..3e49f5285396 100644
--- a/l10ntools/inc/gConvXcu.hxx
+++ b/l10ntools/inc/gConvXcu.hxx
@@ -16,45 +16,35 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#ifndef GCONXCU_HXX
#define GCONXCU_HXX
#include "gConv.hxx"
-/*****************************************************************************
- ************************* G C O N X C U . H X X *************************
- *****************************************************************************
- * This is the class header for .xcu conversion
- *****************************************************************************/
-
-
-
-/******************** C L A S S D E F I N I T I O N ********************/
class xcu_stack_entry;
class convert_xcu : public convert_gen
{
- public:
- bool mbNoCollectingData;
+ public:
+ bool mbNoCollectingData;
- convert_xcu(l10nMem& crMemory);
- virtual ~convert_xcu();
+ convert_xcu(l10nMem& crMemory);
+ ~convert_xcu();
- void pushKey(char *syyText);
- void popKey(char *syyText);
+ void pushKey(char *syyText);
+ void popKey(char *syyText);
- void startCollectData(char *syyText);
- void stopCollectData(char *syyText);
- void copySpecial(char *syyText);
- void copyNL(char *syyText);
- void addLevel();
+ void startCollectData(char *syyText);
+ void stopCollectData(char *syyText);
+ void copySpecial(char *syyText);
+ void copyNL(char *syyText);
+ void addLevel();
- private:
- std::vector<std::string> mcStack;
- int miLevel;
- bool mbNoTranslate;
+ private:
+ std::vector<std::string> mcStack;
+ int miLevel;
+ bool mbNoTranslate;
- void execute() override;
+ void execute() override;
};
#endif