summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:50:27 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:50:27 +0000
commita7e421f121f5584d865a5318b3a4210b0d77c49e (patch)
tree3f9ce5bcdf28ef1b4d52c1f4ab3e431fc29f1b11 /extensions/source/propctrlr/standardcontrol.hxx
parentba7aa1a1da75d83608abbb5be03c845e0a5eda9a (diff)
INTEGRATION: CWS dba23a (1.7.206); FILE MERGED
2007/02/22 11:22:27 fs 1.7.206.1: #i73260# misc warning issues
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.hxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.hxx b/extensions/source/propctrlr/standardcontrol.hxx
index 60494c6da8ab..83b1a83d5779 100644
--- a/extensions/source/propctrlr/standardcontrol.hxx
+++ b/extensions/source/propctrlr/standardcontrol.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: standardcontrol.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2006-03-14 11:33:05 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:50:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -247,7 +247,7 @@ namespace pcr
{
}
- long GetLastValue() const { return mnLastValue; }
+ sal_Int64 GetLastValue() const { return mnLastValue; }
};
//========================================================================
@@ -291,7 +291,7 @@ namespace pcr
/** converts a control value, as obtained from our Numeric field, into a value which can passed
to outer callers via our UNO API.
*/
- double impl_fieldValueToApiValue_nothrow( long _nFieldValue ) const;
+ double impl_fieldValueToApiValue_nothrow( sal_Int64 _nFieldValue ) const;
};
//========================================================================