diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:15:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 10:05:02 -0600 |
commit | 1a8ba677082ad0888893f478ed723feea9280b43 (patch) | |
tree | 525cf6bf190e8a086adaed7b5e1421e3a6a0b1df /l10ntools/inc | |
parent | 412c47ded694df2f955b4c590f096238eb549d3d (diff) |
Remove visual noise from l10ntools
Change-Id: Ia10056ae9e1b9adfe74f299afac5c3c84fa8cea7
Reviewed-on: https://gerrit.libreoffice.org/8278
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/cfgmerge.hxx | 8 | ||||
-rw-r--r-- | l10ntools/inc/export.hxx | 24 |
2 files changed, 16 insertions, 16 deletions
diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx index d5d5e541b367..491ebc959b41 100644 --- a/l10ntools/inc/cfgmerge.hxx +++ b/l10ntools/inc/cfgmerge.hxx @@ -31,9 +31,9 @@ typedef boost::unordered_map<OString, OString, OStringHash> OStringHashMap; -// + // class CfgStackData -// + class CfgStackData { @@ -60,9 +60,9 @@ public: }; -// + // class CfgStack -// + class CfgStack { diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index b66a5562637a..7e5b3be809ee 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -55,9 +55,9 @@ typedef boost::unordered_map<OString, bool, OStringHash> #define SOURCE_LANGUAGE "en-US" #define X_COMMENT "x-comment" -// + // class ResData -// + #define ID_LEVEL_NULL 0x0000 #define ID_LEVEL_TEXT 0x0002 @@ -98,9 +98,9 @@ public: }; -// + // class Export -// + #define LIST_NON 0x0000 #define LIST_STRING 0x0001 @@ -185,9 +185,9 @@ public: }; -// + // class MergeEntrys -// + /// Purpose: holds information of data to merge class MergeEntrys @@ -224,9 +224,9 @@ public: }; -// + // class MergeDataHashMap -// + class MergeData; @@ -271,9 +271,9 @@ class MergeDataHashMap HashMap_t m_aHashMap; }; -// + // class MergeData -// + /// Purpose: holds information of data to merge (one resource) class MergeData @@ -296,9 +296,9 @@ public: bool operator==( ResData *pData ); }; -// + // class MergeDataFile -// + /// Purpose: holds information of data to merge, read from PO file class MergeDataFile |