summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpmargins.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpmargins.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpmargins.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpmargins.hxx b/lotuswordpro/source/filter/lwpmargins.hxx
index d0e74dd51da4..e836617b8ec4 100644
--- a/lotuswordpro/source/filter/lwpmargins.hxx
+++ b/lotuswordpro/source/filter/lwpmargins.hxx
@@ -79,7 +79,7 @@ public:
pStrm->SkipExtra();
}
inline LwpMargins& operator = (const LwpMargins& rOther);
- inline double GetMarginsValue(const sal_uInt8& nWhichSide);
+ inline double GetMarginsValue(sal_uInt8 nWhichSide);
private:
sal_Int32 m_nLeft;
sal_Int32 m_nTop;
@@ -96,7 +96,7 @@ inline LwpMargins& LwpMargins::operator = (const LwpMargins& rOther)
return *this;
}
-inline double LwpMargins::GetMarginsValue(const sal_uInt8& nWhichSide)
+inline double LwpMargins::GetMarginsValue(sal_uInt8 nWhichSide)
{
switch (nWhichSide)
{