summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 15:20:31 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 17:10:44 +0100
commit6bb9b5835f04664b2c82ac500e6e21ac161db080 (patch)
tree8f3e05c2f5ba29845b8f322276ea674a58c00f92 /l10ntools
parent016bb0646404ddb0de74979c3af8da6be91d649f (diff)
little cleanup of comments
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/export.hxx2
-rw-r--r--l10ntools/inc/tagtest.hxx2
-rw-r--r--l10ntools/inc/xmlparse.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 14f7e0aad7e6..9845dab78796 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -41,7 +41,7 @@
#include <osl/file.hxx>
#include <osl/file.h>
-#include <boost/unordered_map.hpp> /* std::hashmap*/
+#include <boost/unordered_map.hpp>
#include <iterator> /* std::iterator*/
#include <set> /* std::set*/
#include <vector> /* std::vector*/
diff --git a/l10ntools/inc/tagtest.hxx b/l10ntools/inc/tagtest.hxx
index 87d413f1a10a..e932d16b79c3 100644
--- a/l10ntools/inc/tagtest.hxx
+++ b/l10ntools/inc/tagtest.hxx
@@ -31,7 +31,7 @@
#include <tools/string.hxx>
#include <tools/list.hxx>
-#include <boost/unordered_map.hpp> /* std::hashmap*/
+#include <boost/unordered_map.hpp>
#include <vector>
class GSILine;
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index cd3d9782928c..1589cf9fa9bb 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -51,7 +51,7 @@ class XMLElement;
using namespace ::rtl;
using namespace std;
-#include <boost/unordered_map.hpp> /* std::hashmap*/
+#include <boost/unordered_map.hpp>
#include <deque> /* std::deque*/
#include <iterator> /* std::iterator*/
#include <list> /* std::list*/