summaryrefslogtreecommitdiffstats
path: root/sfx2/source/view/lokcharthelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/lokcharthelper.cxx')
-rw-r--r--sfx2/source/view/lokcharthelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/lokcharthelper.cxx b/sfx2/source/view/lokcharthelper.cxx
index 04fade568a21..5369b803a692 100644
--- a/sfx2/source/view/lokcharthelper.cxx
+++ b/sfx2/source/view/lokcharthelper.cxx
@@ -31,12 +31,12 @@ using namespace com::sun::star;
namespace {
-inline Point lcl_TwipsToHMM( const Point& rPoint )
+Point lcl_TwipsToHMM( const Point& rPoint )
{
return Point(convertTwipToMm100(rPoint.getX()), convertTwipToMm100(rPoint.getY()));
}
-inline Size lcl_TwipsToHMM( const Size& rSize )
+Size lcl_TwipsToHMM( const Size& rSize )
{
return Size(convertTwipToMm100(rSize.getWidth()), convertTwipToMm100(rSize.getHeight()));
}