diff options
author | Radu Ioan <ioan.radu.g@gmail.com> | 2013-08-06 00:01:58 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-08-06 09:17:22 +0000 |
commit | 389bdc162415abff78971b1ce7c5d47482e1d37b (patch) | |
tree | 75dff938f79c3d1c3cf0ef7fd4b2ff11f989e2ab /svtools/source/edit | |
parent | af8390dd6fd280ed3ac5178c93707958d7ea4bbd (diff) |
fdo#63926 - remove extra include paths in svtools/ and sfx2/
- removed some paths from include
- more of this kind will follow
Change-Id: Ia5c410a5b9a7a0dfa5610dd50d82c8b23fcf43b2
Reviewed-on: https://gerrit.libreoffice.org/5288
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
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 05cc7b46008a..d3df007d08d6 100644 --- a/svtools/source/edit/editsyntaxhighlighter.cxx +++ b/svtools/source/edit/editsyntaxhighlighter.cxx @@ -18,10 +18,10 @@ */ -#include <svtools/svmedit.hxx> +#include <svmedit.hxx> #include <vcl/xtextedt.hxx> #include <vcl/builder.hxx> -#include <svtools/editsyntaxhighlighter.hxx> +#include <editsyntaxhighlighter.hxx> #include <vcl/txtattr.hxx> diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx index 6a7c977c234c..4a455bea27d0 100644 --- a/svtools/source/edit/svmedit.cxx +++ b/svtools/source/edit/svmedit.cxx @@ -20,7 +20,7 @@ #include "unoiface.hxx" -#include <svtools/textwindowpeer.hxx> +#include <textwindowpeer.hxx> diff --git a/svtools/source/edit/svmedit2.cxx b/svtools/source/edit/svmedit2.cxx index 911c47f9c06c..45ba1f6fed91 100644 --- a/svtools/source/edit/svmedit2.cxx +++ b/svtools/source/edit/svmedit2.cxx @@ -18,7 +18,7 @@ */ -#include <svtools/svmedit2.hxx> +#include <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 bbe30dd9f894..4f7d65d8d6e6 100644 --- a/svtools/source/edit/textwindowpeer.cxx +++ b/svtools/source/edit/textwindowpeer.cxx @@ -18,7 +18,7 @@ */ -#include <svtools/textwindowpeer.hxx> +#include <textwindowpeer.hxx> #include <vcl/textview.hxx> #include "svtaccessiblefactory.hxx" |