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 | ac38f7563e596a8ca03b5922cd683bb9d26bbe1d (patch) | |
tree | 71d661b94cdd3c0f71d8763c05a62ca99b450f3e | |
parent | 997cbc7faa382daeeaeff8a381bec1fc1f55799b (diff) |
Remove last traces of SvLongsgr2
-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 ff1e5b1224..35f572a20a 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> |