diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-10 21:51:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 09:05:06 +0100 |
commit | 0e4a38bb6eff9db60caa30af5cc96bcc2bb76a54 (patch) | |
tree | 9a99091b0013ff64f2920319b10166f8b468f718 /svtools/inc | |
parent | ae0e8ff40caefa3f1667645ddbba30a2551a4283 (diff) |
callcatcher: unused FieldToMapUnit
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/unitconv.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/inc/svtools/unitconv.hxx b/svtools/inc/svtools/unitconv.hxx index 51aa3aa61f30..03865882772c 100644 --- a/svtools/inc/svtools/unitconv.hxx +++ b/svtools/inc/svtools/unitconv.hxx @@ -51,7 +51,6 @@ SVT_DLLPUBLIC long ItemToControl( long nIn, SfxMapUnit eItem, SfxFieldUnit SVT_DLLPUBLIC long ControlToItem( long nIn, SfxFieldUnit eCtrl, SfxMapUnit eItem ); SVT_DLLPUBLIC FieldUnit MapToFieldUnit( const SfxMapUnit eUnit ); -SVT_DLLPUBLIC MapUnit FieldToMapUnit( const SfxFieldUnit eUnit ); SVT_DLLPUBLIC long ConvertValueToMap( long nVal, SfxMapUnit eUnit ); SVT_DLLPUBLIC long ConvertValueToUnit( long nVal, SfxMapUnit eUnit ); |