summaryrefslogtreecommitdiff
path: root/l10ntools/inc/export.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:15:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 10:05:02 -0600
commit1a8ba677082ad0888893f478ed723feea9280b43 (patch)
tree525cf6bf190e8a086adaed7b5e1421e3a6a0b1df /l10ntools/inc/export.hxx
parent412c47ded694df2f955b4c590f096238eb549d3d (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/export.hxx')
-rw-r--r--l10ntools/inc/export.hxx24
1 files changed, 12 insertions, 12 deletions
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