diff options
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. */ |