diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-19 11:18:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-21 09:58:06 +0100 |
commit | 64d8a71eb8ced0b701ba86e5cf066af48f98872f (patch) | |
tree | 15725af8a6edcb050997b234a6fbc59fa773b9c9 /chart2/inc | |
parent | 8f2f7befd166d0ad72622cb3545934bee5b0fef6 (diff) |
tdf#42949 tdf#119699 Fix IWYU warnings in chart2/
* Recheck after recent refactorings and improvements in f-u-i
* Drop now unused TabPageIds.h
* The problem noticed in bug #119699 now seems to be gone too
so drop those lines from the blacklist.
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I44f26c7370f5328c8f67ac61cd8f0cdb29077f15
Reviewed-on: https://gerrit.libreoffice.org/83182
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/SpecialCharacters.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/inc/SpecialCharacters.hxx b/chart2/inc/SpecialCharacters.hxx index 5bf13e25cde3..60d9a1953941 100644 --- a/chart2/inc/SpecialCharacters.hxx +++ b/chart2/inc/SpecialCharacters.hxx @@ -10,6 +10,8 @@ #ifndef INCLUDED_CHART2_INC_SPECIALCHARACTERS_HXX #define INCLUDED_CHART2_INC_SPECIALCHARACTERS_HXX +#include <sal/types.h> + const sal_Unicode aMinusSign = 0x2212; const sal_Unicode aSuperscriptFigures[10]={ 0x2070, 0x00B9, 0x00B2, 0x00B3, 0x2074, 0x2075, 0x2076, 0x2077, 0x2078, 0x2079 }; |