diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-12 00:03:20 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-18 09:21:31 +0200 |
commit | 88bbceb7c3ff1560b4ab5caf4b42cd6dfd92b971 (patch) | |
tree | fff19bc3e09aa788a2e4cb0025dfa8be9823e395 /sc/inc/funcdesc.hxx | |
parent | 2a6171ed6fb85b3419dcf5cf1346cf1eec447987 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/f*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here
with minimal fallout management
Change-Id: I5574c9ccac02977c9cde01e24534f82dd9ec82be
Reviewed-on: https://gerrit.libreoffice.org/54409
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/funcdesc.hxx')
-rw-r--r-- | sc/inc/funcdesc.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx index 191c3cd488cc..31ad6b0d10e8 100644 --- a/sc/inc/funcdesc.hxx +++ b/sc/inc/funcdesc.hxx @@ -33,11 +33,6 @@ #define MAX_FUNCCAT 12 /* maximum number of categories for functions */ #define LRU_MAX 10 /* maximal number of last recently used functions */ -class ScFuncDesc; -class ScFunctionList; -class ScFunctionCategory; -class ScFunctionMgr; - /** Stores and generates human readable descriptions for spreadsheet-functions, e.g.\ functions used in formulas in calc |