diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-20 12:43:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-20 12:43:55 +0300 |
commit | 3a4d7ed90d0e3d25c981ce32feeed383b6873d81 (patch) | |
tree | 7e2eb5f21fe06df9ff27a9b7feb369e4a29224bb | |
parent | b62ef82b31a91d6877a27a96007cb2640d7d4d64 (diff) |
The code has unconditional fprintfs so need cstdio
Change-Id: Ia509f7a88443e2a2992347c7d31469b5c658c8e8
-rw-r--r-- | sc/source/core/tool/formulagroup.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx index af923053ef71..317948007298 100644 --- a/sc/source/core/tool/formulagroup.cxx +++ b/sc/source/core/tool/formulagroup.cxx @@ -24,9 +24,7 @@ #define USE_DUMMY_INTERPRETER 0 -#if USE_DUMMY_INTERPRETER #include <cstdio> -#endif namespace sc { |