summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-13 12:45:51 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-13 22:48:14 +0200
commitb78c58c8678ad9b4c13f1b5691da66f0d915685f (patch)
tree9d70ad1db280f3132a991cc1cf38af79d4915f9a /tools
parent9173bdf522375e99c0145b31f027678d8d9c9770 (diff)
Convert from including tools/list.hxx to tools/contnr.hxx
Change-Id: I728995adb333df7c647674bba3bca7fe6fef78d0
Diffstat (limited to 'tools')
-rw-r--r--tools/source/inet/inetmsg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/inet/inetmsg.cxx b/tools/source/inet/inetmsg.cxx
index 3940c115d1a3..c15f30e2a340 100644
--- a/tools/source/inet/inetmsg.cxx
+++ b/tools/source/inet/inetmsg.cxx
@@ -22,7 +22,7 @@
#include <tools/inetmime.hxx>
#include <tools/inetmsg.hxx>
#include <tools/inetstrm.hxx>
-#include <tools/list.hxx>
+#include <tools/contnr.hxx>
#include <rtl/instance.hxx>
#include <rtl/strbuf.hxx>
#include <comphelper/string.hxx>
@@ -239,7 +239,7 @@ INetRFC822Message::INetRFC822Message()
: INetMessage()
{
for (sal_uInt16 i = 0; i < INETMSG_RFC822_NUMHDR; i++)
- m_nIndex[i] = LIST_ENTRY_NOTFOUND;
+ m_nIndex[i] = CONTAINER_ENTRY_NOTFOUND;
}
INetRFC822Message::INetRFC822Message (const INetRFC822Message& rMsg)
@@ -751,7 +751,7 @@ INetMIMEMessage::INetMIMEMessage()
bHeaderParsed (sal_False)
{
for (sal_uInt16 i = 0; i < INETMSG_MIME_NUMHDR; i++)
- m_nIndex[i] = LIST_ENTRY_NOTFOUND;
+ m_nIndex[i] = CONTAINER_ENTRY_NOTFOUND;
}
INetMIMEMessage::INetMIMEMessage (const INetMIMEMessage& rMsg)