summaryrefslogtreecommitdiffstats
path: root/connectivity/source
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:18 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 19:57:20 +0100
commit553aed7b518599742189ffce50cd947dbf39a2e7 (patch)
treecd8d0ae2e88760bb99b9318a71903d8ff535d862 /connectivity/source
parentRemoving the ext_std masterpiece (diff)
downloadcore-553aed7b518599742189ffce50cd947dbf39a2e7.tar.gz
core-553aed7b518599742189ffce50cd947dbf39a2e7.zip
Trying to remove the stlport mention from the code
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/inc/java/lang/Object.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/inc/java/lang/Object.hxx b/connectivity/source/inc/java/lang/Object.hxx
index 481f458bc1a6..1fb37bd2cc23 100644
--- a/connectivity/source/inc/java/lang/Object.hxx
+++ b/connectivity/source/inc/java/lang/Object.hxx
@@ -28,10 +28,7 @@
#ifndef _CONNECTIVITY_JAVA_LANG_OBJECT_HXX_
#define _CONNECTIVITY_JAVA_LANG_OBJECT_HXX_
-#if STLPORT_VERSION>=321
-// jni.h needs cstdarg for std::va_list
#include <cstdarg>
-#endif
#include <osl/thread.h>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>