summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-12 21:25:54 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-12 21:27:09 +0300
commitbee2ff9817e096507bd268b62ac2b71a43803c22 (patch)
treeb3f8e22e144a66320357f29e5dbff3f4cf7d5861 /svx
parentSimplify and avoid use of UNX (diff)
downloadcore-bee2ff9817e096507bd268b62ac2b71a43803c22.tar.gz
core-bee2ff9817e096507bd268b62ac2b71a43803c22.zip
No idea why <wchar.h> would be needed here on non-Linux Unix
Change-Id: Ic9fc0c7500336c4ecb4e6e46c9a7574d92235268
Diffstat (limited to 'svx')
-rw-r--r--svx/source/items/chrtitem.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/items/chrtitem.cxx b/svx/source/items/chrtitem.cxx
index 2242b506396e..d0b38ee773d8 100644
--- a/svx/source/items/chrtitem.cxx
+++ b/svx/source/items/chrtitem.cxx
@@ -19,9 +19,6 @@
#include <tools/stream.hxx>
#include <basic/sbxvar.hxx>
-#if defined UNX && !defined LINUX
-#include <wchar.h>
-#endif
#include <rtl/math.hxx>
#include <unotools/intlwrapper.hxx>
#include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp>