Kaydet (Commit) cc2c9d51 authored tarafından Caolán McNamara's avatar Caolán McNamara

Wizzard->Wizzard

Change-Id: Ib97387fac7f519ce255ab68b08438a71d753382d
üst f9674ddf
...@@ -397,7 +397,7 @@ public: ...@@ -397,7 +397,7 @@ public:
const SwFlyFrm *GetCurrFlyFrm() const { return FindFlyFrm(); } const SwFlyFrm *GetCurrFlyFrm() const { return FindFlyFrm(); }
/// Find/delete fly containing the cursor. /// Find/delete fly containing the cursor.
SwFrameFormat* WizzardGetFly(); SwFrameFormat* WizardGetFly();
/// Independent selecting of flys. /// Independent selecting of flys.
bool GotoNextFly( GotoObjFlags eType = GotoObjFlags::FlyAny ) bool GotoNextFly( GotoObjFlags eType = GotoObjFlags::FlyAny )
......
...@@ -1385,7 +1385,7 @@ Size SwFEShell::RequestObjectResize( const SwRect &rRect, const uno::Reference < ...@@ -1385,7 +1385,7 @@ Size SwFEShell::RequestObjectResize( const SwRect &rRect, const uno::Reference <
return aResult; return aResult;
} }
SwFrameFormat* SwFEShell::WizzardGetFly() SwFrameFormat* SwFEShell::WizardGetFly()
{ {
// do not search the Fly via the layout. Now we can delete a frame // do not search the Fly via the layout. Now we can delete a frame
// without a valid layout. ( e.g. for the wizards ) // without a valid layout. ( e.g. for the wizards )
......
...@@ -327,7 +327,7 @@ void SwModule::InsertLab(SfxRequest& rReq, bool bLabel) ...@@ -327,7 +327,7 @@ void SwModule::InsertLab(SfxRequest& rReq, bool bLabel)
// dont leave the fly!!! // dont leave the fly!!!
pSh->Push(); pSh->Push();
pSh->SttDoc(); pSh->SttDoc();
bool bInFly = 0 != pSh->WizzardGetFly(); bool bInFly = 0 != pSh->WizardGetFly();
pSh->Pop( bInFly ); pSh->Pop( bInFly );
if( bInFly ) if( bInFly )
......
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