diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-06 00:17:03 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-11 09:29:41 +0100 |
commit | 28726190d52b0729339d7257b84b449fafa4c34e (patch) | |
tree | 83354e34a370bf29d66d1ab364f6a7a7e125113d /sc/source/ui/inc/csvcontrol.hxx | |
parent | 0ad2302cf6787cacbbaca081a890a0e356a55297 (diff) |
find-unneeded-includes: Avoid proposing o3tl fw declaration
This does not really work: even when it seems to, it compiles only
because of transitive includes
- Filter o3tl/typed_flags_set.hxx in f-u-u
- Remove already added fw declarations from hxx files and
include full header just in case
- Remove now unnecessary blacklist entries
Change-Id: Ie0de6667af697095a623b435806449e7e28a6004
Reviewed-on: https://gerrit.libreoffice.org/64659
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/csvcontrol.hxx')
-rw-r--r-- | sc/source/ui/inc/csvcontrol.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/inc/csvcontrol.hxx b/sc/source/ui/inc/csvcontrol.hxx index 4086a4626f52..8a5f77f3d299 100644 --- a/sc/source/ui/inc/csvcontrol.hxx +++ b/sc/source/ui/inc/csvcontrol.hxx @@ -25,14 +25,13 @@ #include <address.hxx> #include "csvsplits.hxx" #include <com/sun/star/uno/Reference.hxx> +#include <o3tl/typed_flags_set.hxx> class ScAccessibleCsvControl; namespace com { namespace sun { namespace star { namespace accessibility { class XAccessible; } } } } -namespace o3tl { template <typename T> struct typed_flags; } - /** Minimum character count for a column in separators mode. */ const sal_Int32 CSV_MINCOLWIDTH = 8; /** Maximum length of a cell string. */ |