summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-23 17:55:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-23 17:55:31 +0100
commit6291574d9477067e14ae493d7d9e59b19c8616ab (patch)
tree8a54eeff782d4f3a3000f1e42253b8587f79c1ad /sc/source
parent361c616a1b5d155a3b05178721b4d5e1e5929cf2 (diff)
Remove unused #include <ctype.h>
Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/data/global.cxx1
-rw-r--r--sc/source/core/data/global2.cxx1
-rw-r--r--sc/source/core/tool/compiler.cxx1
-rw-r--r--sc/source/core/tool/formulaopt.cxx2
-rw-r--r--sc/source/filter/lotus/op.cxx1
-rw-r--r--sc/source/ui/unoobj/docuno.cxx1
6 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx
index 0bd052b76e0b..47fd37d831ae 100644
--- a/sc/source/core/data/global.cxx
+++ b/sc/source/core/data/global.cxx
@@ -42,7 +42,6 @@
#include <unotools/securityoptions.hxx>
#include <stdlib.h>
#include <time.h>
-#include <ctype.h>
#include <numeric>
#include <svx/svdmodel.hxx>
diff --git a/sc/source/core/data/global2.cxx b/sc/source/core/data/global2.cxx
index b796c602f5c7..1ef86f537b23 100644
--- a/sc/source/core/data/global2.cxx
+++ b/sc/source/core/data/global2.cxx
@@ -24,7 +24,6 @@
#include <tools/urlobj.hxx>
#include <unotools/charclass.hxx>
#include <stdlib.h>
-#include <ctype.h>
#include <unotools/syslocale.hxx>
#include <svl/zforlist.hxx>
#include <formula/errorcodes.hxx>
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 51553dae5020..e5cef31ca269 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -41,7 +41,6 @@
#include <rtl/math.hxx>
#include <rtl/ustring.hxx>
#include <svtools/miscopt.hxx>
-#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
diff --git a/sc/source/core/tool/formulaopt.cxx b/sc/source/core/tool/formulaopt.cxx
index f536cb94686c..4430b73db826 100644
--- a/sc/source/core/tool/formulaopt.cxx
+++ b/sc/source/core/tool/formulaopt.cxx
@@ -7,8 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <ctype.h>
-
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <osl/diagnose.h>
diff --git a/sc/source/filter/lotus/op.cxx b/sc/source/filter/lotus/op.cxx
index 4e91b98c77ff..78df25d4e902 100644
--- a/sc/source/filter/lotus/op.cxx
+++ b/sc/source/filter/lotus/op.cxx
@@ -21,7 +21,6 @@
#include <string.h>
#include <math.h>
-#include <ctype.h>
#include <stdlib.h>
#include "scitems.hxx"
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 638f9490084e..e794ea8c4bc8 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -50,7 +50,6 @@
#include <toolkit/awt/vclxdevice.hxx>
#include <unotools/saveopt.hxx>
-#include <ctype.h>
#include <float.h>
#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp>