Kaydet (Commit) ccb51e13 authored tarafından David Tardon's avatar David Tardon

move CppUnit plugin def. to separate source file

Change-Id: Id946419274728f96e1de41cffe84280e37e87ab3
üst 07123dc8
...@@ -52,6 +52,7 @@ $(eval $(call gb_CppunitTest_use_components,writerperfect_stream,\ ...@@ -52,6 +52,7 @@ $(eval $(call gb_CppunitTest_use_components,writerperfect_stream,\
)) ))
$(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_stream,\ $(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_stream,\
writerperfect/qa/unit/stream \
writerperfect/qa/unit/WPXSvStreamTest \ writerperfect/qa/unit/WPXSvStreamTest \
)) ))
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
#include "com/sun/star/io/XInputStream.hpp" #include "com/sun/star/io/XInputStream.hpp"
#include "com/sun/star/ucb/XSimpleFileAccess.hpp" #include "com/sun/star/ucb/XSimpleFileAccess.hpp"
...@@ -354,6 +353,4 @@ CPPUNIT_TEST_SUITE_REGISTRATION(WPXSvStreamTest); ...@@ -354,6 +353,4 @@ CPPUNIT_TEST_SUITE_REGISTRATION(WPXSvStreamTest);
} }
CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <cppunit/plugin/TestPlugIn.h>
#include <sal/types.h>
CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment