[Libreoffice-commits] .: xmloff/source
Nigel Hawkins
nhawkins at kemper.freedesktop.org
Wed Mar 9 14:16:04 PST 2011
xmloff/source/text/txtparae.cxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit ac38f7563e596a8ca03b5922cd683bb9d26bbe1d
Author: Nigel Hawkins <n.hawkins at gmx.com>
Date: Wed Mar 9 21:41:26 2011 +0000
Remove last traces of SvLongs
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index ff1e5b1..35f572a 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>
More information about the Libreoffice-commits
mailing list