Kaydet (Commit) f4e7d521 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Tomaž Vajngerl

move unoapi_property_tester to include so it can be used outside

Change-Id: Id6eebba7d80aa287274e921fdd872d37d0e09ef0
Reviewed-on: https://gerrit.libreoffice.org/53986Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 4c5b4752
...@@ -1046,14 +1046,6 @@ sw/source/filter/ww8/ww8struc.hxx:242 ...@@ -1046,14 +1046,6 @@ sw/source/filter/ww8/ww8struc.hxx:242
WW8_BRCVer6::WW8_BRCVer6() WW8_BRCVer6::WW8_BRCVer6()
sw/source/uibase/inc/swcont.hxx:86 sw/source/uibase/inc/swcont.hxx:86
_Bool SwContent::operator==(const class SwContent &) const _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 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> &) _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 test/source/sheet/xsubtotalfield.cxx:34
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
$(eval $(call gb_Library_Library,subsequenttest)) $(eval $(call gb_Library_Library,subsequenttest))
$(eval $(call gb_Library_set_include,subsequenttest,\ $(eval $(call gb_Library_set_include,subsequenttest,\
-I$(SRCDIR)/test/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
$(eval $(call gb_Library_Library,test)) $(eval $(call gb_Library_Library,test))
$(eval $(call gb_Library_set_include,test,\ $(eval $(call gb_Library_set_include,test,\
-I$(SRCDIR)/test/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
*/ */
#include <test/sheet/spreadsheet.hxx> #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/beans/XPropertySet.hpp>
#include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XIndexAccess.hpp>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * 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 <test/sheet/spreadsheetdocumentsettings.hxx>
#include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/awt/XDevice.hpp>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * 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/beans/XPropertySet.hpp>
#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Any.hxx>
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
using namespace com::sun::star; using namespace css;
using namespace com::sun::star::uno;
namespace apitest namespace apitest
{ {
......
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