diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-15 17:16:28 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-15 17:19:02 +0200 |
commit | 593a298dd3cf61781d0d069eaf2fa80a82eda502 (patch) | |
tree | c5f2667c6ba6695f6340f5cfcb78563a73fa6130 /svtools/source/edit | |
parent | fa96ed925fc40e20aca58551414e5bc5d61a87bd (diff) |
Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"
This reverts commit 389bdc162415abff78971b1ce7c5d47482e1d37b.
Sadly this was going in the wrong direction...
Diffstat (limited to 'svtools/source/edit')
-rw-r--r-- | svtools/source/edit/editsyntaxhighlighter.cxx | 4 | ||||
-rw-r--r-- | svtools/source/edit/svmedit.cxx | 2 | ||||
-rw-r--r-- | svtools/source/edit/svmedit2.cxx | 2 | ||||
-rw-r--r-- | svtools/source/edit/textwindowpeer.cxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/edit/editsyntaxhighlighter.cxx b/svtools/source/edit/editsyntaxhighlighter.cxx index fdb6f7b1a77d..d8bde9c7e14c 100644 --- a/svtools/source/edit/editsyntaxhighlighter.cxx +++ b/svtools/source/edit/editsyntaxhighlighter.cxx @@ -18,10 +18,10 @@ */ -#include <svmedit.hxx> +#include <svtools/svmedit.hxx> #include <vcl/xtextedt.hxx> #include <vcl/builder.hxx> -#include <editsyntaxhighlighter.hxx> +#include <svtools/editsyntaxhighlighter.hxx> #include <vcl/txtattr.hxx> diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx index 4a455bea27d0..6a7c977c234c 100644 --- a/svtools/source/edit/svmedit.cxx +++ b/svtools/source/edit/svmedit.cxx @@ -20,7 +20,7 @@ #include "unoiface.hxx" -#include <textwindowpeer.hxx> +#include <svtools/textwindowpeer.hxx> diff --git a/svtools/source/edit/svmedit2.cxx b/svtools/source/edit/svmedit2.cxx index 677101afe8c8..2e71b0d48c43 100644 --- a/svtools/source/edit/svmedit2.cxx +++ b/svtools/source/edit/svmedit2.cxx @@ -18,7 +18,7 @@ */ -#include <svmedit2.hxx> +#include <svtools/svmedit2.hxx> #include <vcl/xtextedt.hxx> ExtMultiLineEdit::ExtMultiLineEdit( Window* pParent, WinBits nWinStyle ) : diff --git a/svtools/source/edit/textwindowpeer.cxx b/svtools/source/edit/textwindowpeer.cxx index 4f7d65d8d6e6..bbe30dd9f894 100644 --- a/svtools/source/edit/textwindowpeer.cxx +++ b/svtools/source/edit/textwindowpeer.cxx @@ -18,7 +18,7 @@ */ -#include <textwindowpeer.hxx> +#include <svtools/textwindowpeer.hxx> #include <vcl/textview.hxx> #include "svtaccessiblefactory.hxx" |