summaryrefslogtreecommitdiff
path: root/include/vcl/longcurr.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-07 21:22:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-08 10:00:57 +0100
commit68d370ddf14455a31898b5e456ab2b4d64ae9e51 (patch)
treed097242220268647a34c2933c1e302e6e788f0e3 /include/vcl/longcurr.hxx
parent7d73c1c00c14df7cd130db1f7196a1bfe5155a83 (diff)
clarify that edit doesn't change during FormatterBase lifetime
Change-Id: I416eee47eaae49a629fb0199e6b086215d315a94 Reviewed-on: https://gerrit.libreoffice.org/63048 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/longcurr.hxx')
-rw-r--r--include/vcl/longcurr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx
index 6e2aea73a052..3dff9278362c 100644
--- a/include/vcl/longcurr.hxx
+++ b/include/vcl/longcurr.hxx
@@ -57,7 +57,7 @@ protected:
BigInt mnMin;
BigInt mnMax;
- LongCurrencyFormatter();
+ LongCurrencyFormatter(Edit* pEdit);
private:
friend bool ImplLongCurrencyReformat( const OUString&, BigInt const &, BigInt const &, sal_uInt16, const LocaleDataWrapper&, OUString&, LongCurrencyFormatter const & );
SAL_DLLPRIVATE void ImpInit();