diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:05 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:56:30 +0100 |
commit | 255677ab5bb527eb7c61c6c56ed7aa7f46119677 (patch) | |
tree | a542be9f6c1878890383d8afefbbaab468e4d576 /extensions/source/plugin/base/plcom.cxx | |
parent | 44ddc302e8b34767029bbf5df0f9236b2765f5ae (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'extensions/source/plugin/base/plcom.cxx')
-rw-r--r-- | extensions/source/plugin/base/plcom.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/plugin/base/plcom.cxx b/extensions/source/plugin/base/plcom.cxx index 9aef0e1de458..1b4c9fbcb312 100644 --- a/extensions/source/plugin/base/plcom.cxx +++ b/extensions/source/plugin/base/plcom.cxx @@ -39,9 +39,7 @@ #include <limits> #endif -#if STLPORT_VERSION>=321 #include <cstdarg> -#endif #include <tools/fsys.hxx> #include <plugin/impl.hxx> |