diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-17 20:55:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-18 11:04:18 +0100 |
commit | f58d42349525be3838cf7568c9840d9e3dacddad (patch) | |
tree | df1089db4c023c3f27767666ea6d964b959dbbde /svtools/source | |
parent | 27d4a846d1a5cb7a92f7cb2f63c4b9b5b363891d (diff) |
move svmedit.hxx internal to svtools
Change-Id: I52469e2029f292e7d5e9002cb9d098c14576a00d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88892
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/edit/svmedit.cxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/unoiface.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx index e8666a83ddd1..207cbdb894af 100644 --- a/svtools/source/edit/svmedit.cxx +++ b/svtools/source/edit/svmedit.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svtools/svmedit.hxx> +#include <svmedit.hxx> #include <unoiface.hxx> MultiLineEdit::MultiLineEdit( vcl::Window* pParent, WinBits nWinStyle ) diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index 8dd0f390144e..7f10167cf64a 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -21,7 +21,7 @@ #include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <svl/zforlist.hxx> -#include <svtools/svmedit.hxx> +#include <svmedit.hxx> #include <unoiface.hxx> #include <com/sun/star/awt/LineEndFormat.hpp> #include <cppuhelper/queryinterface.hxx> |