[Libreoffice-commits] .: sal/qa
David Tardon
dtardon at kemper.freedesktop.org
Mon Feb 7 04:25:06 PST 2011
sal/qa/rtl/strings/test_oustring_compare.cxx | 2 ++
sal/qa/rtl/strings/test_oustring_endswith.cxx | 2 ++
sal/qa/rtl/strings/test_oustring_noadditional.cxx | 2 ++
sal/qa/rtl/strings/test_oustringbuffer_utf32.cxx | 2 ++
4 files changed, 8 insertions(+)
New commits:
commit 1b7057d4079f582f77df6fc359f631b99a4f6a90
Author: David Tardon <dtardon at redhat.com>
Date: Mon Feb 7 13:24:55 2011 +0100
add (pre|post)extstl.h around cppunit headers
diff --git a/sal/qa/rtl/strings/test_oustring_compare.cxx b/sal/qa/rtl/strings/test_oustring_compare.cxx
index 493d80e..60423ce 100644
--- a/sal/qa/rtl/strings/test_oustring_compare.cxx
+++ b/sal/qa/rtl/strings/test_oustring_compare.cxx
@@ -29,8 +29,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sal.hxx"
+#include "preextstl.h"
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
+#include "postextstl.h"
#include "rtl/string.h"
#include "rtl/ustring.hxx"
diff --git a/sal/qa/rtl/strings/test_oustring_endswith.cxx b/sal/qa/rtl/strings/test_oustring_endswith.cxx
index d2a41d2..fcf07e5 100644
--- a/sal/qa/rtl/strings/test_oustring_endswith.cxx
+++ b/sal/qa/rtl/strings/test_oustring_endswith.cxx
@@ -29,8 +29,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sal.hxx"
+#include "preextstl.h"
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
+#include "postextstl.h"
#include "rtl/strbuf.hxx"
#include "rtl/string.h"
#include "rtl/string.hxx"
diff --git a/sal/qa/rtl/strings/test_oustring_noadditional.cxx b/sal/qa/rtl/strings/test_oustring_noadditional.cxx
index d5a1de5..6c22a78 100644
--- a/sal/qa/rtl/strings/test_oustring_noadditional.cxx
+++ b/sal/qa/rtl/strings/test_oustring_noadditional.cxx
@@ -29,7 +29,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sal.hxx"
+#include "preextstl.h"
#include <cppunit/plugin/TestPlugIn.h>
+#include "postextstl.h"
CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/sal/qa/rtl/strings/test_oustringbuffer_utf32.cxx b/sal/qa/rtl/strings/test_oustringbuffer_utf32.cxx
index 1c2e238..8b6111e 100644
--- a/sal/qa/rtl/strings/test_oustringbuffer_utf32.cxx
+++ b/sal/qa/rtl/strings/test_oustringbuffer_utf32.cxx
@@ -29,9 +29,11 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sal.hxx"
+#include "preextstl.h"
#include <cppunit/TestFixture.h>
#include <cppunit/TestAssert.h>
#include <cppunit/extensions/HelperMacros.h>
+#include "postextstl.h"
#include "rtl/strbuf.hxx"
#include "rtl/ustrbuf.hxx"
#include "rtl/ustring.h"
More information about the Libreoffice-commits
mailing list