diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-23 10:40:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-23 20:45:43 +0200 |
commit | 7eff43375d8d1df59d4961b9e8bc5d12b3edbab6 (patch) | |
tree | 36a95ebd86ddbd4786f7e874c829a1d214edacc4 /vcl | |
parent | b6311393b5a01eee500b1ebe440bce60939aaead (diff) |
NumericFormatter can be toolkit only now
Change-Id: Ied4d45b2eadb831cef1b277d67f520859f536644
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99312
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/longcurr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/longcurr.cxx b/vcl/source/control/longcurr.cxx index 3dabe524fa5a..42a79fffd400 100644 --- a/vcl/source/control/longcurr.cxx +++ b/vcl/source/control/longcurr.cxx @@ -27,7 +27,7 @@ #include <vcl/event.hxx> #include <vcl/svapp.hxx> -#include <vcl/toolkit/field.hxx> +#include <vcl/toolkit/longcurr.hxx> #include <vcl/weldutils.hxx> #include <unotools/localedatawrapper.hxx> |