diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:18 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:57:20 +0100 |
commit | 553aed7b518599742189ffce50cd947dbf39a2e7 (patch) | |
tree | cd8d0ae2e88760bb99b9318a71903d8ff535d862 /connectivity/source/inc | |
parent | c824a1f69c093f38b82ead0f413c75b492a1f994 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/java/lang/Object.hxx | 3 |
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> |