summaryrefslogtreecommitdiff
path: root/vcl/source/control/longcurr.cxx
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-03-09 14:00:01 +0000
committerth <th@openoffice.org>2001-03-09 14:00:01 +0000
commitc709cc8d7a3a9315eaafc7c2529583ab0a9c5ea4 (patch)
tree3db9f34a719cb8464bad7b5b5ea993e34d23c664 /vcl/source/control/longcurr.cxx
parent84cd42173dc92274012214781d728aef33ec2b6f (diff)
fix for private/protected
Diffstat (limited to 'vcl/source/control/longcurr.cxx')
-rw-r--r--vcl/source/control/longcurr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/control/longcurr.cxx b/vcl/source/control/longcurr.cxx
index 2fe137dda52f..a2dbb19a5cf2 100644
--- a/vcl/source/control/longcurr.cxx
+++ b/vcl/source/control/longcurr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: longcurr.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:05:36 $
+ * last change: $Author: th $ $Date: 2001-03-09 15:00:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -385,7 +385,7 @@ void LongCurrencyFormatter::SetValue( BigInt nNewValue )
{
SetUserValue( nNewValue );
mnFieldValue = mnLastValue;
- ImplGetEmptyFieldValue() = FALSE;
+ SetEmptyFieldValueData( FALSE );
}
// -----------------------------------------------------------------------
@@ -518,7 +518,7 @@ BOOL LongCurrencyFormatter::IsValueModified() const
void LongCurrencyFormatter::SetEmptyValue()
{
GetField()->SetText( ImplGetSVEmptyStr() );
- ImplGetEmptyFieldValue() = TRUE;
+ SetEmptyFieldValueData( TRUE );
}
// -----------------------------------------------------------------------