diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-03-29 18:54:53 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-03-29 23:04:32 +0100 |
commit | 413bfc34423b950fa5a9f9a6edc2f3d36b1e638b (patch) | |
tree | de037dde671f8bf805ef354f1015e8f416b9b296 /test/source/view/xcontrolaccess.cxx | |
parent | 020a2eb507bb25bcc67dd1e601233aa7cd5d65d1 (diff) |
Move UNO Api helper form to include/
Move UNO Api helper form to include/, so it can be used outside of
directory test/.
Change-Id: I9392f44df8a93d2b5ee092b0458aeef12f99fc7a
Reviewed-on: https://gerrit.libreoffice.org/69936
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test/source/view/xcontrolaccess.cxx')
-rw-r--r-- | test/source/view/xcontrolaccess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/view/xcontrolaccess.cxx b/test/source/view/xcontrolaccess.cxx index 5f00e88a5f63..2c24d85328c8 100644 --- a/test/source/view/xcontrolaccess.cxx +++ b/test/source/view/xcontrolaccess.cxx @@ -8,7 +8,7 @@ */ #include <test/view/xcontrolaccess.hxx> -#include <helper/form.hxx> +#include <test/helper/form.hxx> #include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/awt/XControlModel.hpp> |