move unoapi_property_tester to include so it can be used outside
Change-Id: Id6eebba7d80aa287274e921fdd872d37d0e09ef0 Reviewed-on: https://gerrit.libreoffice.org/53986 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
This commit is contained in:
parent
4c5b475278
commit
f4e7d521aa
7 changed files with 4 additions and 15 deletions
|
@ -1046,14 +1046,6 @@ sw/source/filter/ww8/ww8struc.hxx:242
|
|||
WW8_BRCVer6::WW8_BRCVer6()
|
||||
sw/source/uibase/inc/swcont.hxx:86
|
||||
_Bool SwContent::operator==(const class SwContent &) const
|
||||
test/inc/unoapi_property_testers.hxx:54
|
||||
void testDoubleReadonlyProperty(class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,const double &)
|
||||
test/inc/unoapi_property_testers.hxx:74
|
||||
void testLongReadonlyProperty(class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,const int &)
|
||||
test/inc/unoapi_property_testers.hxx:94
|
||||
void testShortReadonlyProperty(class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,const short &)
|
||||
test/inc/unoapi_property_testers.hxx:114
|
||||
void testStringReadonlyProperty(class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,const class rtl::OUString &)
|
||||
test/source/sheet/xsubtotalfield.cxx:28
|
||||
_Bool CppUnit::assertion_traits::equal(const class com::sun::star::uno::Sequence<struct com::sun::star::sheet::SubTotalColumn> &,const class com::sun::star::uno::Sequence<struct com::sun::star::sheet::SubTotalColumn> &)
|
||||
test/source/sheet/xsubtotalfield.cxx:34
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
$(eval $(call gb_Library_Library,subsequenttest))
|
||||
|
||||
$(eval $(call gb_Library_set_include,subsequenttest,\
|
||||
-I$(SRCDIR)/test/inc \
|
||||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
$(eval $(call gb_Library_Library,test))
|
||||
|
||||
$(eval $(call gb_Library_set_include,test,\
|
||||
-I$(SRCDIR)/test/inc \
|
||||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <test/sheet/spreadsheet.hxx>
|
||||
#include <unoapi_property_testers.hxx>
|
||||
#include <test/unoapi_property_testers.hxx>
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include <unoapi_property_testers.hxx>
|
||||
#include <test/unoapi_property_testers.hxx>
|
||||
#include <test/sheet/spreadsheetdocumentsettings.hxx>
|
||||
|
||||
#include <com/sun/star/awt/XDevice.hpp>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include <unoapi_property_testers.hxx>
|
||||
#include <test/unoapi_property_testers.hxx>
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
|
@ -15,8 +15,7 @@
|
|||
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
using namespace com::sun::star;
|
||||
using namespace com::sun::star::uno;
|
||||
using namespace css;
|
||||
|
||||
namespace apitest
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue