diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-12 20:42:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-15 10:26:16 +0200 |
commit | 0c85d1ee0688435ffefd8eff797e57eac9bace27 (patch) | |
tree | 0681c97f574125c370a35ef858b7fc9aa9e8f687 /toolkit | |
parent | 1c24c5047d08cce8cc7f0b0a4acc93cfc5739da5 (diff) |
weld LongCurrencyControl
Change-Id: I700329aeee53f8ce91ce22a3b50fe59e3d19c063
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98613
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 4c9a01d2ab0c..8d067c05cf4c 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -95,7 +95,6 @@ #include <vcl/toolkit/fmtfield.hxx> #include <vcl/toolkit/prgsbar.hxx> #include <vcl/scheduler.hxx> -#include <vcl/longcurr.hxx> #include <vcl/toolkit/lstbox.hxx> #include <vcl/menubtn.hxx> #include <vcl/stdtext.hxx> diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index f3a41f03f7dd..964cdf0dd3a3 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -49,7 +49,6 @@ #include <vcl/toolkit/combobox.hxx> #include <vcl/toolkit/field.hxx> #include <vcl/toolkit/fixedhyper.hxx> -#include <vcl/longcurr.hxx> #include <vcl/toolkit/imgctrl.hxx> #include <vcl/toolkit/dialog.hxx> #include <vcl/toolkit/prgsbar.hxx> |