diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-23 12:59:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-23 18:23:14 +0100 |
commit | 50b65bdf10a6b94758acebf12d29fd38db907122 (patch) | |
tree | a4ce00af51e329f8f48b62cd1005904ee80e4637 | |
parent | 22c094324bff5b701fd4dd4b5c8e3edb86b75746 (diff) |
Removed duplicated include
Change-Id: I5eea6c78222caac889cb7b3895ac5766be8c0478
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106416
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sfx2/source/control/listview.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/control/listview.cxx b/sfx2/source/control/listview.cxx index 93e9678cc6f5..7b239d172739 100644 --- a/sfx2/source/control/listview.cxx +++ b/sfx2/source/control/listview.cxx @@ -31,7 +31,6 @@ #include <unotools/syslocale.hxx> #include <unotools/intlwrapper.hxx> -#include <sfx2/strings.hrc> #include <bitmaps.hlst> #include <rtl/math.hxx> |