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/dialogs/colrdlg.cxx | |
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/dialogs/colrdlg.cxx')
-rw-r--r-- | svtools/source/dialogs/colrdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/colrdlg.cxx b/svtools/source/dialogs/colrdlg.cxx index 51b1b743c25f..21a70661dd11 100644 --- a/svtools/source/dialogs/colrdlg.cxx +++ b/svtools/source/dialogs/colrdlg.cxx @@ -28,7 +28,7 @@ #include <toolkit/helper/vclunohelper.hxx> -#include <colrdlg.hxx> +#include <svtools/colrdlg.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; |