summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/childwin.cxx
diff options
context:
space:
mode:
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;