diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-07 09:06:23 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-07 18:53:44 +0200 |
commit | ca481ac2ec7e89b1be4c5a7f14ef242a77cf24cb (patch) | |
tree | 8f5dbe7d38b49a25c24e6ea8efa498f01773581e | |
parent | 773a7b57fa99bdda9cde59937cd1987384ae533a (diff) |
Removed duplicated include
Change-Id: I393ac16eae024cacf75039109680a978019a1a46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120130
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sd/source/ui/func/fuexecuteinteraction.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuexecuteinteraction.cxx b/sd/source/ui/func/fuexecuteinteraction.cxx index 981fc8bac024..47093da78020 100644 --- a/sd/source/ui/func/fuexecuteinteraction.cxx +++ b/sd/source/ui/func/fuexecuteinteraction.cxx @@ -23,7 +23,6 @@ #include <config_features.h> #include <avmedia/mediawindow.hxx> #include <basic/sbstar.hxx> -#include <config_features.h> #include <sfx2/app.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> |