diff options
Diffstat (limited to 'cui/source/customize/acccfg.cxx')
-rw-r--r-- | cui/source/customize/acccfg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index a06a68703d8d..f213e382d422 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -30,7 +30,7 @@ #include <sfx2/minfitem.hxx> #include <sfx2/sfxresid.hxx> #include <svl/stritem.hxx> -#include <svtools/treelistentry.hxx> +#include <vcl/treelistentry.hxx> #include <sal/macros.h> #include <vcl/builderfactory.hxx> @@ -66,7 +66,7 @@ // include other projects #include <comphelper/processfactory.hxx> #include <svtools/acceleratorexecute.hxx> -#include <svtools/svlbitm.hxx> +#include <vcl/svlbitm.hxx> #include <vcl/svapp.hxx> #include <vcl/help.hxx> #include <rtl/ustrbuf.hxx> |