summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-04-16 11:57:07 +0000
committerHerbert Dürr <hdu@apache.org>2013-04-16 11:57:07 +0000
commit198a9ea77139149c57515c708002b163895ec25f (patch)
tree9f17d6a86c738894d903433a72efbbea5a5bf7dd /svl
parent6a88a21257124d953637c4b8ead9c9771e15b899 (diff)
assume STL to always be newer than stlport's version from 2002
Notes
Notes: ignore: obsolete
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/itemset.hxx4
-rw-r--r--svl/source/items/itemset.cxx3
2 files changed, 0 insertions, 7 deletions
diff --git a/svl/inc/svl/itemset.hxx b/svl/inc/svl/itemset.hxx
index 4da844eecaf9..17866aeb3d42 100644
--- a/svl/inc/svl/itemset.hxx
+++ b/svl/inc/svl/itemset.hxx
@@ -25,11 +25,7 @@
#include "svl/svldllapi.h"
-#if STLPORT_VERSION<321
-#include <stdarg.h>
-#else
#include <cstdarg> // std::va_list and friends
-#endif
#include <svl/poolitem.hxx>
#include <tools/rtti.hxx>
#include <tools/solar.h>
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 762464798da6..ddf98517dcbf 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -25,10 +25,7 @@
#include "precompiled_svl.hxx"
#include <string.h>
-
-#if STLPORT_VERSION>=321
#include <cstdarg>
-#endif
#define _SVSTDARR_USHORTS
#define _SVSTDARR_ULONGS