summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/childwin.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-04 09:24:48 +0200
committerNoel Grandin <noel@peralex.com>2016-03-04 11:48:04 +0200
commit9a1e6d916eff1236cc1be2056c91e56018a482bf (patch)
tree95c0dac3d7b10ef96174431f0363b401aec8cd1c /sfx2/source/appl/childwin.cxx
parent6610ad9aee0c8299880cd1da6cd6a756860ccad9 (diff)
loplugin:unuseddefaultparam in sfx2
and fix an issue with calls to templated methods in the plugin Change-Id: I9c9537a0690ff671286c007846d5f4cfb7d2982b
Diffstat (limited to 'sfx2/source/appl/childwin.cxx')
-rw-r--r--sfx2/source/appl/childwin.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx
index 1e1780e6ecf4..a616833dfb14 100644
--- a/sfx2/source/appl/childwin.cxx
+++ b/sfx2/source/appl/childwin.cxx
@@ -579,8 +579,7 @@ bool SfxChildWinInfo::GetExtraData_Impl
(
SfxChildAlignment *pAlign,
SfxChildAlignment *pLastAlign,
- Size *pSize,
- sal_uInt16 *pLine
+ Size *pSize
) const
{
// invalid?
@@ -631,8 +630,6 @@ bool SfxChildWinInfo::GetExtraData_Impl
{
if ( pSize )
*pSize = aChildSize;
- if ( pLine )
- *pLine = (sal_uInt16) aChildPos.X();
return true;
}
return false;