Kaydet (Commit) fc3f43b6 authored tarafından Jens Carl's avatar Jens Carl

Move UNO API property testers header file

Move the header file form the global include path include/test to the
module-specific path test/inc.

Change-Id: I72c1f3b420bc387f4f5b9ab75f30f0e8462c1b75
Reviewed-on: https://gerrit.libreoffice.org/51682Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 655d7340
......@@ -9,6 +9,11 @@
$(eval $(call gb_Library_Library,subsequenttest))
$(eval $(call gb_Library_set_include,subsequenttest,\
-I$(SRCDIR)/test/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_add_defs,subsequenttest,\
-DOOO_DLLIMPLEMENTATION_TEST \
))
......
......@@ -9,6 +9,11 @@
$(eval $(call gb_Library_Library,test))
$(eval $(call gb_Library_set_include,test,\
-I$(SRCDIR)/test/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_add_defs,test,\
-DOOO_DLLIMPLEMENTATION_TEST \
))
......
......@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_TEST_SHEET_UNOAPIPROPERTYHELPER_HXX
#define INCLUDED_TEST_SHEET_UNOAPIPROPERTYHELPER_HXX
#ifndef INCLUDED_TEST_INC_UNOAPIPROPERTYTESTERS_HXX
#define INCLUDED_TEST_INC_UNOAPIPROPERTYTESTERS_HXX
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/uno/Reference.hxx>
......@@ -56,6 +56,6 @@ void OOO_DLLPUBLIC_TEST
testStringProperty(css::uno::Reference<css::beans::XPropertySet>& xPropertySet,
const OUString& name, const OUString& rValue);
}
#endif // INCLUDED_TEST_SHEET_UNOAPIPROPERTYHELPER_HXX
#endif // INCLUDED_TEST_INC_UNOAPIPROPERTYTESTERS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
......@@ -8,7 +8,7 @@
*/
#include <test/sheet/spreadsheet.hxx>
#include <test/unoapi_property_testers.hxx>
#include <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 <test/unoapi_property_testers.hxx>
#include <unoapi_property_testers.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/uno/Any.hxx>
......
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