diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-12 09:42:05 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-12 09:44:52 -0400 |
commit | 20cbceac4d6ed100a3978d3d7ef3b55735c942ec (patch) | |
tree | de9d99649093e4c90725015d72fc46854e0fc4f8 /sc/qa/unit/helper/debughelper.hxx | |
parent | f6972d337d0990a5b9c6ddbe1fef1216b6efc714 (diff) |
Add unit test for GETPIVOTDATA.
This is just an initial version. Will add more test cases as needed.
Change-Id: I40b00bedafc585acd21e804cf041ce4538274ff9
Diffstat (limited to 'sc/qa/unit/helper/debughelper.hxx')
-rw-r--r-- | sc/qa/unit/helper/debughelper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/helper/debughelper.hxx b/sc/qa/unit/helper/debughelper.hxx index 11dfc5130457..6f458c953f23 100644 --- a/sc/qa/unit/helper/debughelper.hxx +++ b/sc/qa/unit/helper/debughelper.hxx @@ -11,6 +11,7 @@ #define SC_DEBUG_HELPER_HXX #include <rtl/strbuf.hxx> +#include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #ifdef WNT |