Kaydet (Commit) 07675885 authored tarafından Noel Grandin's avatar Noel Grandin

fix spelling, methode -> method

Change-Id: I1c7a4e657601e28d9d50d86e24c4e0ba7579b9d4
Reviewed-on: https://gerrit.libreoffice.org/37289Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst ba11b28c
......@@ -30,7 +30,7 @@ namespace dbaui
{
protected:
VclPtr<OCopyTableWizard> m_pParent;
bool m_bFirstTime; // Page is called the first time; should be set in the reset methode
bool m_bFirstTime; // Page is called the first time; should be set in the reset method
OWizardPage( vcl::Window *pParent, const OString& rID, const OUString& rUIXMLDescription );
......
......@@ -379,7 +379,7 @@ class Desktop : private cppu::BaseMutex,
bool m_bIsTerminated;
/** when true, the call came form session manager
* the methode is Desktop::terminateQuickstarterToo()
* the method is Desktop::terminateQuickstarterToo()
* this the only one place where set this to true
* In this case, when one frame break, not make
* question for other, the break of shutdown or logout
......
......@@ -172,7 +172,7 @@ public:
// The default value for all dispatchers is activated. If the app for example
// wants to intervene in MouseDispatcher for special treatment, you have to
// deactivate the MouseDispatcher with the help of the methode below and you have
// deactivate the MouseDispatcher with the help of the method below and you have
// to implement it yourself. Example for MouseButtonDown:
// SdrViewEvent aVEvt;
// SdrHitKind eHit=pSdrView->PickAnything(rMEvt,SdrMouseEventKind::BUTTONDOWN,aVEvt);
......
......@@ -54,7 +54,7 @@ protected:
const SvXMLNamespaceMap& rNamespaceMap
) const;
// this methode is executed after Properties Export, so you can e.g. export a map or so on
// this method is executed after Properties Export, so you can e.g. export a map or so on
virtual void exportStyleContent(
const css::uno::Reference< css::xml::sax::XDocumentHandler > & rHandler,
sal_Int32 nFamily,
......
......@@ -43,7 +43,7 @@ class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage
OReportPage(const OReportPage&);
// methode to remove temporary objects, created by 'special mode'
// method to remove temporary objects, created by 'special mode'
// (BegDragObj)
void removeTempObject(SdrObject *_pToRemoveObj);
......
......@@ -2154,7 +2154,7 @@ bool impl_maxOpenDocCountReached()
/* [Description]
This internal methode returns in 'rSet' the Status for the <SfxShell>
This internal method returns in 'rSet' the Status for the <SfxShell>
Subclass SfxViewFrame in the <SVIDL> described <Slots>.
Thus exactly those Slots-IDs that are recognized as being invalid by Sfx
......
......@@ -3640,7 +3640,7 @@ void SwWW8ImplReader::Read_FieldVanish( sal_uInt16, const sal_uInt8*, short nLen
return;
}
// our methode was called from
// our method was called from
// ''Skip attributes of field contents'' loop within ReadTextAttr()
if( m_bIgnoreText )
return;
......
......@@ -1786,7 +1786,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet )
pGetStateSet = nullptr;
}
// Disable the slots with this status methode
// Disable the slots with this status method
void SwBaseShell::StateDisableItems( SfxItemSet &rSet )
{
......@@ -1800,7 +1800,7 @@ void SwBaseShell::StateDisableItems( SfxItemSet &rSet )
}
}
// Disable the slots with this status methode
// Disable the slots with this status method
void SwBaseShell::StateStyle( SfxItemSet &rSet )
{
......
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