diff options
author | Christian Lippka <cl@openoffice.org> | 2001-01-19 13:57:34 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-01-19 13:57:34 +0000 |
commit | 68d9c3496e970d79bb871c2f6f48455986d4134e (patch) | |
tree | d01cf1b6033589cc4b2254975eed9162b2ef8616 /sd/source/ui/view/drviews2.cxx | |
parent | 9e66a248a1d57a1cec7f4596298b7c0378e23e04 (diff) |
#79156# use correct parent for new foil dialog
Diffstat (limited to 'sd/source/ui/view/drviews2.cxx')
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index b05d6c7060ba..e1bff1dc9c85 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drviews2.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: tbe $ $Date: 2000-11-10 16:34:04 $ + * last change: $Author: cl $ $Date: 2001-01-19 14:57:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -439,7 +439,7 @@ void SdDrawViewShell::FuTemporary(SfxRequest& rReq) SdNewFoilDlg* pDlg = NULL; if (nSId == SID_INSERTPAGE && !this->ISA( SdGraphicViewShell )) - pDlg = new SdNewFoilDlg(NULL, aAttrSet, ePageKind, pDocSh, FALSE); + pDlg = new SdNewFoilDlg(pWindow, aAttrSet, ePageKind, pDocSh, FALSE); if (pDlg && pDlg->Execute () != RET_OK) { |