summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tptable.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-23 10:46:51 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-23 10:46:51 +0000
commitc7075905d8b3ba2ba970f80a2769d5f0a1e6247d (patch)
treedf8f5c776d372fd5067422c9793152b72c8f3d93 /sc/source/ui/inc/tptable.hxx
parentd40db8654378465407947e8fd6a34c26e15e1879 (diff)
INTEGRATION: CWS mfdouble (1.6.342); FILE MERGED
2006/12/20 14:29:42 pl 1.6.342.1: #i71046# increase precision of MetricField and friends
Diffstat (limited to 'sc/source/ui/inc/tptable.hxx')
-rw-r--r--sc/source/ui/inc/tptable.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/tptable.hxx b/sc/source/ui/inc/tptable.hxx
index 55516edca164..5614076babea 100644
--- a/sc/source/ui/inc/tptable.hxx
+++ b/sc/source/ui/inc/tptable.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tptable.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:00:12 $
+ * last change: $Author: obo $ $Date: 2007-01-23 11:46:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -63,8 +63,8 @@ public:
NumericField( pParent, rResId ) {}
virtual void Modify();
- virtual void SetValue( long nValue );
- virtual long GetValue() const;
+ virtual void SetValue( sal_Int64 nValue );
+ virtual sal_Int64 GetValue() const;
};
//===================================================================