[Libreoffice-commits] core.git: sw/inc sw/source
Caolán McNamara
caolanm at redhat.com
Thu Sep 10 02:17:17 PDT 2015
sw/inc/fesh.hxx | 2 +-
sw/source/core/frmedt/fefly1.cxx | 2 +-
sw/source/uibase/app/applab.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit cc2c9d514d3095d561da7c8fc94e8a09fa2f1a2f
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Sep 10 10:06:44 2015 +0100
Wizzard->Wizzard
Change-Id: Ib97387fac7f519ce255ab68b08438a71d753382d
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 472d57c..952e9ca 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -397,7 +397,7 @@ public:
const SwFlyFrm *GetCurrFlyFrm() const { return FindFlyFrm(); }
/// Find/delete fly containing the cursor.
- SwFrameFormat* WizzardGetFly();
+ SwFrameFormat* WizardGetFly();
/// Independent selecting of flys.
bool GotoNextFly( GotoObjFlags eType = GotoObjFlags::FlyAny )
diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx
index 1738def..0f7cd93 100644
--- a/sw/source/core/frmedt/fefly1.cxx
+++ b/sw/source/core/frmedt/fefly1.cxx
@@ -1385,7 +1385,7 @@ Size SwFEShell::RequestObjectResize( const SwRect &rRect, const uno::Reference <
return aResult;
}
-SwFrameFormat* SwFEShell::WizzardGetFly()
+SwFrameFormat* SwFEShell::WizardGetFly()
{
// do not search the Fly via the layout. Now we can delete a frame
// without a valid layout. ( e.g. for the wizards )
diff --git a/sw/source/uibase/app/applab.cxx b/sw/source/uibase/app/applab.cxx
index 454ac3d..0416120 100644
--- a/sw/source/uibase/app/applab.cxx
+++ b/sw/source/uibase/app/applab.cxx
@@ -327,7 +327,7 @@ void SwModule::InsertLab(SfxRequest& rReq, bool bLabel)
// dont leave the fly!!!
pSh->Push();
pSh->SttDoc();
- bool bInFly = 0 != pSh->WizzardGetFly();
+ bool bInFly = 0 != pSh->WizardGetFly();
pSh->Pop( bInFly );
if( bInFly )
More information about the Libreoffice-commits
mailing list