diff options
Diffstat (limited to 'svx/source/table/celleditsource.cxx')
-rw-r--r-- | svx/source/table/celleditsource.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/table/celleditsource.cxx b/svx/source/table/celleditsource.cxx index bd9401e562f6..5a518e34502f 100644 --- a/svx/source/table/celleditsource.cxx +++ b/svx/source/table/celleditsource.cxx @@ -38,9 +38,9 @@ #include <vos/mutex.hxx> #include <vcl/svapp.hxx> #include <comphelper/processfactory.hxx> -#include <svtools/lstner.hxx> -#include <svtools/hint.hxx> -#include <svtools/style.hxx> +#include <svl/lstner.hxx> +#include <svl/hint.hxx> +#include <svl/style.hxx> #include "celleditsource.hxx" #include "cell.hxx" |