summaryrefslogtreecommitdiffstats
path: root/include/oox/export/utils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/export/utils.hxx')
-rw-r--r--include/oox/export/utils.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/export/utils.hxx b/include/oox/export/utils.hxx
index 657ee4d38e98..186d50a53bcc 100644
--- a/include/oox/export/utils.hxx
+++ b/include/oox/export/utils.hxx
@@ -33,21 +33,21 @@
# 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 )
{