summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-27 16:05:04 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-27 19:13:11 +0100
commit328e2263fb6e2415bafbc40a7d7309b66f65971a (patch)
treeac6fce65230a915b03866c7a46dba2228d029fa9 /unotest
parentfa0fd16526f05e37e10af7a367c9950a974d7c90 (diff)
targetted re-work of cppunit pieces.
Diffstat (limited to 'unotest')
-rw-r--r--unotest/inc/unotest/bootstrapfixturebase.hxx1
-rw-r--r--unotest/source/cpp/filters-test.cxx1
-rw-r--r--unotest/source/cpp/macros_test.cxx2
-rw-r--r--unotest/source/cpp/officeconnection.cxx3
-rw-r--r--unotest/source/cpp/uniquepipename.cxx5
-rw-r--r--unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx3
-rw-r--r--unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx3
7 files changed, 1 insertions, 17 deletions
diff --git a/unotest/inc/unotest/bootstrapfixturebase.hxx b/unotest/inc/unotest/bootstrapfixturebase.hxx
index 65899556910b..9ede450c568a 100644
--- a/unotest/inc/unotest/bootstrapfixturebase.hxx
+++ b/unotest/inc/unotest/bootstrapfixturebase.hxx
@@ -35,7 +35,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
-#include "sal/precppunit.hxx"
#include "cppunit/TestAssert.h"
#include "cppunit/TestFixture.h"
#include "cppunit/extensions/HelperMacros.h"
diff --git a/unotest/source/cpp/filters-test.cxx b/unotest/source/cpp/filters-test.cxx
index d57708d2b0ab..989dd33cff27 100644
--- a/unotest/source/cpp/filters-test.cxx
+++ b/unotest/source/cpp/filters-test.cxx
@@ -32,7 +32,6 @@
#include <osl/thread.h>
#include <rtl/cipher.h>
-#include "sal/precppunit.hxx"
#include "cppunit/TestAssert.h"
namespace test {
diff --git a/unotest/source/cpp/macros_test.cxx b/unotest/source/cpp/macros_test.cxx
index 10be894561a8..5b026f908fe4 100644
--- a/unotest/source/cpp/macros_test.cxx
+++ b/unotest/source/cpp/macros_test.cxx
@@ -31,8 +31,6 @@
#include <com/sun/star/frame/XComponentLoader.hpp>
#include <com/sun/star/document/MacroExecMode.hpp>
-#include <sal/config.h>
-#include "sal/precppunit.hxx"
#include "cppunit/TestAssert.h"
#include <rtl/ustrbuf.hxx>
diff --git a/unotest/source/cpp/officeconnection.cxx b/unotest/source/cpp/officeconnection.cxx
index d342a236c13c..96f9a8a6252f 100644
--- a/unotest/source/cpp/officeconnection.cxx
+++ b/unotest/source/cpp/officeconnection.cxx
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
-
#include "com/sun/star/bridge/UnoUrlResolver.hpp"
#include "com/sun/star/bridge/XUnoUrlResolver.hpp"
#include "com/sun/star/connection/NoConnectException.hpp"
diff --git a/unotest/source/cpp/uniquepipename.cxx b/unotest/source/cpp/uniquepipename.cxx
index 4d2b09af131f..f7a67c0edb13 100644
--- a/unotest/source/cpp/uniquepipename.cxx
+++ b/unotest/source/cpp/uniquepipename.cxx
@@ -17,14 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
-
+#include "sal/types.h"
#include "cppunit/TestAssert.h"
#include "osl/process.h"
#include "rtl/ustring.h"
#include "rtl/ustring.hxx"
-#include "sal/types.h"
#include "unotest/uniquepipename.hxx"
namespace test {
diff --git a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
index 82e3252e6941..f9163874badf 100644
--- a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
+++ b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
-
#include <limits>
#include <string>
#include <iostream>
diff --git a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
index eb57b91141f4..1ee70993437e 100644
--- a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
+++ b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
-
#include <limits>
#include <string>
#include <iostream>