diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-12 21:25:54 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-12 21:27:09 +0300 |
commit | bee2ff9817e096507bd268b62ac2b71a43803c22 (patch) | |
tree | b3f8e22e144a66320357f29e5dbff3f4cf7d5861 /svx | |
parent | cb8183d44c7dc40afd9fa86070adb96310e6fffd (diff) |
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.cxx | 3 |
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> |