summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-08 12:54:55 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-08 14:35:11 +0100
commit1ca73256f99fcc60330463eb7753c20df389e551 (patch)
tree2eeb62cb5721dcf67f4c18e09fb1d0cad0e810ec /include
parent58a06b28d96b746014de0eb07cf90e75c3736d1a (diff)
remove whitespaces
Change-Id: I7937b154d0417876634711224ed5678eefa2654d
Diffstat (limited to 'include')
-rw-r--r--include/oox/export/utils.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/oox/export/utils.hxx b/include/oox/export/utils.hxx
index 186d50a53bcc..f82598974ad8 100644
--- a/include/oox/export/utils.hxx
+++ b/include/oox/export/utils.hxx
@@ -33,22 +33,16 @@
# endif
#endif
-
-
static inline sal_Int64 PPTtoEMU( sal_Int32 nPPT )
{
return (sal_Int64)( (double)nPPT * 1587.5 );
}
-
-
static inline sal_Int64 MM100toEMU( sal_Int32 nMM100 )
{
return (sal_Int64)nMM100 * 360;
}
-
-
static inline sal_Int64 TwipsToEMU( sal_Int32 nTwips )
{
return sal_Int64( nTwips ) * 635;