summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 17:29:51 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 18:23:32 +0300
commit4bdd530984959ba0d0cacb43f7441d9a217dfd1f (patch)
tree7c84b6b54a4004eac4c405914c85feeee64a15f5 /toolkit
parentb10ed913ddf1cc049f4ceb689e2bf0e34d7ddea7 (diff)
Bin unused MAP_REALAPPFONT MapUnit enum value
Change-Id: I759a981c68a899ba314f5b77efa450aa57528433
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/vclunohelper.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/source/helper/vclunohelper.cxx b/toolkit/source/helper/vclunohelper.cxx
index 420992c0c2c7..cf3efb7a05dd 100644
--- a/toolkit/source/helper/vclunohelper.cxx
+++ b/toolkit/source/helper/vclunohelper.cxx
@@ -608,9 +608,6 @@ MapUnit /* MapModeUnit */ VCLUnoHelper::ConvertToMapModeUnit(sal_Int16 /* com.su
case com::sun::star::util::MeasureUnit::RELATIVE:
eMode = MAP_RELATIVE;
break;
- case com::sun::star::util::MeasureUnit::REALAPPFONT:
- eMode = MAP_REALAPPFONT;
- break;
*/
default: