summaryrefslogtreecommitdiffstats
path: root/include/svtools/editbrowsebox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-12 20:42:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-15 10:26:16 +0200
commit0c85d1ee0688435ffefd8eff797e57eac9bace27 (patch)
tree0681c97f574125c370a35ef858b7fc9aa9e8f687 /include/svtools/editbrowsebox.hxx
parentalways use underlying Edit SetText (diff)
downloadcore-0c85d1ee0688435ffefd8eff797e57eac9bace27.tar.gz
core-0c85d1ee0688435ffefd8eff797e57eac9bace27.zip
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 'include/svtools/editbrowsebox.hxx')
-rw-r--r--include/svtools/editbrowsebox.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index ecfd49d6d605..6732b9df211e 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -740,6 +740,12 @@ namespace svt
DoubleNumericControl(BrowserDataWin* pParent, bool bSpinVariant);
};
+ class SVT_DLLPUBLIC LongCurrencyControl : public FormattedControlBase
+ {
+ public:
+ LongCurrencyControl(BrowserDataWin* pParent, bool bSpinVariant);
+ };
+
//= FormattedFieldCellController
class SVT_DLLPUBLIC FormattedFieldCellController final : public EditCellController
{