diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 10:20:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 14:50:02 +0200 |
commit | 32c2ecb607af3176a806969e26a8cad0364be286 (patch) | |
tree | 89f82e89a7452f9f56d0a37d4b86b9177de03260 /svtools | |
parent | a9f3cee384d9715d289a9a055f085c999b193d3c (diff) |
drop some unneeded includes
Change-Id: I78b9682968acea7564554fb589d2759b6c8e67d0
Reviewed-on: https://gerrit.libreoffice.org/70126
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/edit/svmedit.cxx | 2 | ||||
-rw-r--r-- | svtools/source/inc/unoiface.hxx | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx index 8f83f5b183db..e8666a83ddd1 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 <unoiface.hxx> MultiLineEdit::MultiLineEdit( vcl::Window* pParent, WinBits nWinStyle ) diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx index 049cab08dfa1..efdd1a8cfe79 100644 --- a/svtools/source/inc/unoiface.hxx +++ b/svtools/source/inc/unoiface.hxx @@ -31,10 +31,9 @@ #include <com/sun/star/awt/XTextComponent.hpp> #include <com/sun/star/awt/XTextLayoutConstrains.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp> -#include <svtools/svmedit.hxx> +#include <tools/lineend.hxx> #include <vcl/fmtfield.hxx> - #include <cppuhelper/implbase.hxx> #include <com/sun/star/awt/XItemEventBroadcaster.hpp> |