diff options
Diffstat (limited to 'vcl/source/edit/texteng.cxx')
-rw-r--r-- | vcl/source/edit/texteng.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/source/edit/texteng.cxx b/vcl/source/edit/texteng.cxx index b6835dbc07a2..0e61271a1ae4 100644 --- a/vcl/source/edit/texteng.cxx +++ b/vcl/source/edit/texteng.cxx @@ -31,12 +31,10 @@ #include <vcl/window.hxx> #include <vcl/settings.hxx> #include <vcl/edit.hxx> +#include <vcl/virdev.hxx> #include <sal/log.hxx> #include <osl/diagnose.h> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/beans/PropertyValues.hpp> - #include <com/sun/star/i18n/XBreakIterator.hpp> #include <com/sun/star/i18n/CharacterIteratorMode.hpp> @@ -53,7 +51,6 @@ #include <vcl/unohelp.hxx> #include <vcl/svapp.hxx> -#include <vcl/metric.hxx> #include <unicode/ubidi.h> |