Kaydet (Commit) 897683f0 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.14.194); FILE MERGED

2006/09/22 02:08:39 aw 1.14.194.7: RESYNC: (1.18-1.19); FILE MERGED
2006/09/08 20:46:09 aw 1.14.194.6: RESYNC: (1.17-1.18); FILE MERGED
2006/08/03 17:06:26 aw 1.14.194.5: RESYNC: (1.16-1.17); FILE MERGED
2006/05/12 21:58:58 aw 1.14.194.4: RESYNC: (1.15-1.16); FILE MERGED
2005/09/17 21:15:59 aw 1.14.194.3: RESYNC: (1.14-1.15); FILE MERGED
2005/05/26 11:30:38 aw 1.14.194.2: #i39531#
2005/05/19 12:15:23 aw 1.14.194.1: #i39529#
üst 93c6dabb
......@@ -4,9 +4,9 @@
*
* $RCSfile: edtwin2.cxx,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: obo $ $Date: 2006-09-16 22:52:47 $
* last change: $Author: ihi $ $Date: 2006-11-14 15:16:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -205,7 +205,7 @@ void SwEditWin::RequestHelp(const HelpEvent &rEvt)
{
if( pSdrView )
{
SdrPageView* pPV = pSdrView->GetPageViewPvNum(0);
SdrPageView* pPV = pSdrView->GetSdrPageView();
SwDPage* pPage = pPV ? ((SwDPage*)pPV->GetPage()) : 0;
bWeiter = pPage && pPage->RequestHelp(this, pSdrView, rEvt);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment