summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdocapt.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-28 22:56:47 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-28 22:58:36 +0900
commita6cfa6b50239e0e0221387691e7bb1211fc81049 (patch)
treef080f0789a0f89719ed3d5c4069542427690960d /svx/source/svdraw/svdocapt.cxx
parent9097f177a1a11c7e485ed3c5028099b7a7b14d53 (diff)
extract ImplTwipsToMM/ImplMMToTwips into a common header
Change-Id: I8d4aa1326a6e9f903b536ec2656155bfe1ce4988
Diffstat (limited to 'svx/source/svdraw/svdocapt.cxx')
-rw-r--r--svx/source/svdraw/svdocapt.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdocapt.cxx b/svx/source/svdraw/svdocapt.cxx
index 54ee2a16ced2..eca1f620b228 100644
--- a/svx/source/svdraw/svdocapt.cxx
+++ b/svx/source/svdraw/svdocapt.cxx
@@ -57,10 +57,7 @@
#include <basegfx/range/b2drange.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <svx/sdrhittesthelper.hxx>
-
-// #i32599#
-inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); }
-inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); }
+#include "svdconv.hxx"
////////////////////////////////////////////////////////////////////////////////////////////////////