diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-22 17:22:08 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-22 17:28:16 -0500 |
commit | d69bda6300f2a2035d1754d8a33e4bba56a47607 (patch) | |
tree | 2bef86b377a1fe89fbdc2c36b31a85dc1178649c /svx | |
parent | b5339f0d299b0fd080fa278b0223afdf4fd65eeb (diff) |
Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.
Change-Id: I17b52c277ab6ec8b15e88729feee0a269b75087d
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index 4634fac8204d..76b00efff2b1 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -24,6 +24,7 @@ #include <svl/zforlist.hxx> #include <svl/zformat.hxx> +#include <svl/currencytable.hxx> #include <svtools/langtab.hxx> #include <vcl/svapp.hxx> |