summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-19 08:29:03 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-19 08:29:03 -0800
commitaefcf32dc048b0de2129c8ad1af0dfea50c4c9bb (patch)
treecba1a8bd7ef080b606439a1e3272e014c672aac1 /l10ntools
parent92afab4044d82feceb4de506ee83d23489ff2df9 (diff)
Some more #include <tools/list.hxx> cleanup
I basically removed them for everywhere and then added back in only the ones required to get it to build. I did a "make distclean" on Mac and it worked.
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/cfgmerge.hxx1
-rw-r--r--l10ntools/inc/export.hxx1
-rw-r--r--l10ntools/inc/tagtest.hxx3
-rw-r--r--l10ntools/inc/xmlparse.hxx1
-rw-r--r--l10ntools/source/gsicheck.cxx1
5 files changed, 1 insertions, 6 deletions
diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx
index eaf4fc565444..d68984eed564 100644
--- a/l10ntools/inc/cfgmerge.hxx
+++ b/l10ntools/inc/cfgmerge.hxx
@@ -30,7 +30,6 @@
#define _CFG_MERGE_HXX
#include <tools/string.hxx>
-#include <tools/list.hxx>
#include <boost/unordered_map.hpp>
#include <vector>
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 9845dab78796..37524ac7fec6 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -35,7 +35,6 @@
#endif
#include <tools/string.hxx>
-#include <tools/list.hxx>
#include <tools/stream.hxx>
#include <tools/fsys.hxx>
#include <osl/file.hxx>
diff --git a/l10ntools/inc/tagtest.hxx b/l10ntools/inc/tagtest.hxx
index 16fb7b20fdbb..f905ec627d72 100644
--- a/l10ntools/inc/tagtest.hxx
+++ b/l10ntools/inc/tagtest.hxx
@@ -30,7 +30,6 @@
#define _TAGTEST_HXX_
#include <tools/string.hxx>
-#include <tools/list.hxx>
#include <boost/unordered_map.hpp>
#include <vector>
@@ -242,7 +241,7 @@ public:
maList.clear();
}
- void insert( TokenInfo p, size_t nIndex = LIST_APPEND )
+ void insert( TokenInfo p, size_t nIndex = size_t(-1) )
{
if ( nIndex < maList.size() ) {
TokenListImpl::iterator it = maList.begin();
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 1589cf9fa9bb..5a25b3d65959 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -34,7 +34,6 @@
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include "tools/string.hxx"
-#include "tools/list.hxx"
#define ENABLE_BYTESTRING_STREAM_OPERATORS
#include "tools/stream.hxx"
#include "tools/isofallback.hxx"
diff --git a/l10ntools/source/gsicheck.cxx b/l10ntools/source/gsicheck.cxx
index 510ccce21c3a..62bd546fb7ac 100644
--- a/l10ntools/source/gsicheck.cxx
+++ b/l10ntools/source/gsicheck.cxx
@@ -31,7 +31,6 @@
#include <stdio.h>
#include <tools/fsys.hxx>
#include <tools/stream.hxx>
-#include <tools/list.hxx>
// local includes
#include "tagtest.hxx"