summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
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
commit77cbc98b7bf77757ccae232165e10939e5adf2ec (patch)
tree11e770848cb5636a633275cb89c2e45d8f19f7a8 /sfx2/source/doc
parent2c56a53e5fb1e2240cf56e9886638c4dbcb85578 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r--sfx2/source/doc/docfilt.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/doc/docfilt.cxx b/sfx2/source/doc/docfilt.cxx
index 76c87d5c44..fb7901575a 100644
--- a/sfx2/source/doc/docfilt.cxx
+++ b/sfx2/source/doc/docfilt.cxx
@@ -32,11 +32,10 @@
// INCLUDE ---------------------------------------------------------------
#ifdef SOLARIS
-// HACK: prevent conflict between STLPORT and Workshop headers on Solaris 8
#include <ctime>
#endif
-#include <string> // HACK: prevent conflict between STLPORT and Workshop headers
+#include <string>
#include <sot/exchange.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>