summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdconv.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-06-29 23:41:02 +0200
committerBosdonnat Cedric <cedric.bosdonnat@free.fr>2013-07-02 08:55:04 +0000
commit10c6cb238f0ae5d5969ffd0012bf23305ac5894f (patch)
treec1e0cb83eaf016fe7a66ba8f7d29021811b668d6 /svx/source/svdraw/svdconv.hxx
parent060989945b811604c81948b50ad51ffdf136754c (diff)
fdo#62699 drop pass-through header svx/svdattrx.hxx
includes some sorting of the includes Change-Id: Iba41991552674f76b902dbc7b4b3ada992aee69e Reviewed-on: https://gerrit.libreoffice.org/4626 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'svx/source/svdraw/svdconv.hxx')
-rw-r--r--svx/source/svdraw/svdconv.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdconv.hxx b/svx/source/svdraw/svdconv.hxx
index fb7020a96443..9b271d4f523e 100644
--- a/svx/source/svdraw/svdconv.hxx
+++ b/svx/source/svdraw/svdconv.hxx
@@ -10,6 +10,8 @@
#ifndef _SVDCONV_HXX
#define _SVDCONV_HXX
+#include <sal/types.h>
+
template<typename T> inline T ImplMMToTwips(T val);
template<>
inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); }