summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldtdlg.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-01-05 15:06:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-01-05 15:06:27 +0000
commitaa26dc45033335c37f5fa3ae4e61ca2a97ab705c (patch)
tree2672b7be95567760fe903024a31a4301f5a227dc /sw/source/ui/fldui/fldtdlg.cxx
parentde89c24f8fd61939baf9dea7e8d09c835c2aab45 (diff)
INTEGRATION: CWS os24 (1.10.104.2).
Done manually because of corrupted tags.
Diffstat (limited to 'sw/source/ui/fldui/fldtdlg.cxx')
-rw-r--r--sw/source/ui/fldui/fldtdlg.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx
index f13b98d00365..e03e0f3f1977 100644
--- a/sw/source/ui/fldui/fldtdlg.cxx
+++ b/sw/source/ui/fldui/fldtdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldtdlg.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 09:45:50 $
+ * last change: $Author: rt $ $Date: 2004-01-05 16:06:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -187,7 +187,9 @@ BOOL SwChildWinWrapper::ReInitDlg(SwDocShell *pDocSh)
SfxChildWinInfo SwFldDlgWrapper::GetInfo() const
{
- return SfxChildWindow::GetInfo();
+ SfxChildWinInfo aInfo = SfxChildWindow::GetInfo();
+ aInfo.aPos = GetWindow()->OutputToAbsoluteScreenPixel(aInfo.aPos);
+ return aInfo;
}
@@ -203,7 +205,6 @@ SwFldDlgWrapper::SwFldDlgWrapper( Window* pParent, USHORT nId,
SwFldDlg *pDlg = new SwFldDlg( pB, this, pParent );
pWindow = pDlg;
pDlg->Start();
- pDlg->Initialize( pInfo );
eChildAlignment = SFX_ALIGN_NOALIGNMENT;
}