diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-21 10:55:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-22 14:33:14 +0200 |
commit | 2e2dd19548d868571c0174848ff1501c7e5d6d7a (patch) | |
tree | 6a6358f044e3392d7aa38457f56d6ed3acc13aff /cui | |
parent | d293df0ebdd5bd6c5e9519f0b45a5d4141f5e0fa (diff) |
Removed duplicated include
Change-Id: Ibbd83a7d69a27ab96b99d28e1d4a1f65af63b82f
Reviewed-on: https://gerrit.libreoffice.org/39037
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index 59c9225a3e42..85f6afb3989d 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -37,7 +37,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <comphelper/dispatchcommand.hxx> -#include <sfx2/app.hxx> #include <cuires.hrc> #include <dialmgr.hxx> |