diff options
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> |