summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/itemset.hxx4
-rw-r--r--svl/qa/makefile.mk8
-rw-r--r--svl/source/items/itemset.cxx2
3 files changed, 0 insertions, 14 deletions
diff --git a/svl/inc/svl/itemset.hxx b/svl/inc/svl/itemset.hxx
index b736d21a7fcd..8a4f3248a06c 100644
--- a/svl/inc/svl/itemset.hxx
+++ b/svl/inc/svl/itemset.hxx
@@ -30,11 +30,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/qa/makefile.mk b/svl/qa/makefile.mk
index 6be2ee70fb9d..d1ea661b4272 100644
--- a/svl/qa/makefile.mk
+++ b/svl/qa/makefile.mk
@@ -35,14 +35,6 @@ ENABLE_EXCEPTIONS = true
.INCLUDE : settings.mk
-#building with stlport, but cppunit was not built with stlport
-.IF "$(USE_SYSTEM_STL)"!="YES"
-.IF "$(SYSTEM_CPPUNIT)"=="YES"
-CFLAGSCXX+=-DADAPT_EXT_STL
-.ENDIF
-.ENDIF
-CFLAGSCXX+=$(CPPUNIT_CFLAGS)
-
SHL1OBJS= \
$(SLO)$/test_URIHelper.obj
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 7b2000e80307..ee7a230dc89d 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -31,9 +31,7 @@
#include <string.h>
-#if STLPORT_VERSION>=321
#include <cstdarg>
-#endif
#define _SVSTDARR_USHORTS
#define _SVSTDARR_ULONGS