summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-08-12 22:11:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-08-13 11:46:13 +0200
commitef38b9af0abd4a38bb9025a38f21442ebe11238d (patch)
tree2391f6b76e592b4652e61d19968973d81df8ffbc /vcl/source
parent27864eb5b085d4f7a881e24d1e4509f18c320849 (diff)
split SvNumberFormatter into it's own header
so I can make changes without running into cyclic dependencies between header files Change-Id: I98a91c7cc66002ba745cdb8239e5cc267922a45c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120412 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/weldutils.cxx1
-rw-r--r--vcl/source/control/field2.cxx1
-rw-r--r--vcl/source/control/fmtfield.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/app/weldutils.cxx b/vcl/source/app/weldutils.cxx
index a4dbf93688d3..db8989ac2fe3 100644
--- a/vcl/source/app/weldutils.cxx
+++ b/vcl/source/app/weldutils.cxx
@@ -10,6 +10,7 @@
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <comphelper/processfactory.hxx>
+#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <vcl/builderpage.hxx>
diff --git a/vcl/source/control/field2.cxx b/vcl/source/control/field2.cxx
index d73e2d8900c4..5490ae34c6d5 100644
--- a/vcl/source/control/field2.cxx
+++ b/vcl/source/control/field2.cxx
@@ -41,6 +41,7 @@
#include <unotools/localedatawrapper.hxx>
#include <unotools/calendarwrapper.hxx>
#include <unotools/charclass.hxx>
+#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
using namespace ::com::sun::star;
diff --git a/vcl/source/control/fmtfield.cxx b/vcl/source/control/fmtfield.cxx
index 4c818c0d4d8c..326ba7f7ef3e 100644
--- a/vcl/source/control/fmtfield.cxx
+++ b/vcl/source/control/fmtfield.cxx
@@ -38,6 +38,7 @@
#include <rtl/math.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
+#include <svl/numformat.hxx>
#include <osl/diagnose.h>
#include <tools/json_writer.hxx>