diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2011-03-09 21:41:26 +0000 |
---|---|---|
committer | Nigel Hawkins <n.hawkins@gmx.com> | 2011-03-09 22:15:29 +0000 |
commit | dec8b67fa48ff81c96a9ecb9f6bc4098059409c1 (patch) | |
tree | c22152a303d85d7bfdfd597a97d8ed10b727fe03 /xmloff | |
parent | a9170798a46315a3bc42fba92b757e6d4a524220 (diff) |
Remove last traces of SvLongs
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 003177edbbb4..8f86143ae30d 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -30,10 +30,6 @@ #include "precompiled_xmloff.hxx" #include "unointerfacetouniqueidentifiermapper.hxx" #include <tools/debug.hxx> -#ifndef _SVSTDARR_LONGS_DECL -#define _SVSTDARR_LONGS -#include <svl/svstdarr.hxx> -#endif #include <svl/svarray.hxx> #include <rtl/ustrbuf.hxx> #include <sal/types.h> @@ -41,6 +37,7 @@ #include <vector> #include <list> #include <boost/unordered_map.hpp> +#include <tools/string.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> |