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/source | |
parent | ae0e8ff40caefa3f1667645ddbba30a2551a4283 (diff) |
callcatcher: unused FieldToMapUnit
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/misc/unitconv.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/misc/unitconv.cxx b/svtools/source/misc/unitconv.cxx index 17adaeaecd81..ab51323abbfb 100644 --- a/svtools/source/misc/unitconv.cxx +++ b/svtools/source/misc/unitconv.cxx @@ -293,13 +293,6 @@ FieldUnit MapToFieldUnit( const SfxMapUnit eUnit ) // ----------------------------------------------------------------------- -MapUnit FieldToMapUnit( const SfxFieldUnit /*eUnit*/ ) -{ - return MAP_APPFONT; -} - -// ----------------------------------------------------------------------- - long ConvertValueToMap( long nVal, SfxMapUnit eUnit ) { long nNew = nVal; |