diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:22 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:57:52 +0100 |
commit | e30c7d6b9938e129c4e0d7577f3132fc01b9e581 (patch) | |
tree | dad69e4654a0052aebf253567cad5cb47f75dcb1 /svl/inc | |
parent | e5e3ba75ecf716ad6760d8b74d095729306e1219 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/itemset.hxx | 4 |
1 files changed, 0 insertions, 4 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> |