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/control/valueacc.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/control/valueacc.cxx')
-rw-r--r-- | svtools/source/control/valueacc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx index f5e7224a7772..1bef13a9a1ef 100644 --- a/svtools/source/control/valueacc.cxx +++ b/svtools/source/control/valueacc.cxx @@ -19,7 +19,7 @@ #include <unotools/accessiblestatesethelper.hxx> #include <vcl/svapp.hxx> -#include <valueset.hxx> +#include <svtools/valueset.hxx> #include "valueimp.hxx" #include <comphelper/servicehelper.hxx> #include <com/sun/star/accessibility/AccessibleEventId.hpp> |