[Libreoffice-commits] .: l10ntools/inc
Fridrich Strba
fridrich at kemper.freedesktop.org
Sun Feb 6 19:49:12 PST 2011
l10ntools/inc/export.hxx | 2 +-
l10ntools/inc/tagtest.hxx | 2 +-
l10ntools/inc/xmlparse.hxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d449df56d95459a83457495fb8e6a24d3fa300b7
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Sun Feb 6 15:20:31 2011 +0100
little cleanup of comments
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 90219b3..654d3c2 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 26dd711..2812486 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 348654c..7adcc4c 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*/
More information about the Libreoffice-commits
mailing list