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 /toolkit | |
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 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index e1faaf2f31ca..25d28ed823e1 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -97,6 +97,7 @@ #include <vcl/toolkit/prgsbar.hxx> #include <vcl/scheduler.hxx> #include <vcl/toolkit/lstbox.hxx> +#include <vcl/toolkit/longcurr.hxx> #include <vcl/menubtn.hxx> #include <vcl/stdtext.hxx> #include <vcl/scrbar.hxx> |