diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:28:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:47 +0200 |
commit | ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch) | |
tree | e9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/source/edit/textview.cxx | |
parent | e279245767050c8ca9743b33ab395cb67dd9a63c (diff) |
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/source/edit/textview.cxx')
-rw-r--r-- | vcl/source/edit/textview.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/edit/textview.cxx b/vcl/source/edit/textview.cxx index b19ad1767043..1b2c82e6215e 100644 --- a/vcl/source/edit/textview.cxx +++ b/vcl/source/edit/textview.cxx @@ -22,10 +22,10 @@ #include <vcl/textview.hxx> #include <vcl/texteng.hxx> #include <vcl/settings.hxx> -#include <textdoc.hxx> +#include "textdoc.hxx" #include <vcl/textdata.hxx> #include <vcl/xtextedt.hxx> -#include <textdat2.hxx> +#include "textdat2.hxx" #include <svl/undo.hxx> #include <vcl/cursor.hxx> |