diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-10 21:52:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 09:05:06 +0100 |
commit | e6a9ee2d30f08958b82320659c31011efc84fc03 (patch) | |
tree | 7b1987a8b4554febb7a8ee9016eee99e17f8b0c2 /svtools/inc | |
parent | 0e4a38bb6eff9db60caa30af5cc96bcc2bb76a54 (diff) |
callcatcher: unused methods
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/unitconv.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/inc/svtools/unitconv.hxx b/svtools/inc/svtools/unitconv.hxx index 03865882772c..d50c89dc7c19 100644 --- a/svtools/inc/svtools/unitconv.hxx +++ b/svtools/inc/svtools/unitconv.hxx @@ -52,9 +52,6 @@ SVT_DLLPUBLIC long ControlToItem( long nIn, SfxFieldUnit eCtrl, SfxMapUnit SVT_DLLPUBLIC FieldUnit MapToFieldUnit( const SfxMapUnit eUnit ); -SVT_DLLPUBLIC long ConvertValueToMap( long nVal, SfxMapUnit eUnit ); -SVT_DLLPUBLIC long ConvertValueToUnit( long nVal, SfxMapUnit eUnit ); - SVT_DLLPUBLIC void SetMetricValue( MetricField& rField, long lCoreValue, SfxMapUnit eUnit ); SVT_DLLPUBLIC long GetCoreValue( const MetricField& rField, SfxMapUnit eUnit ); |