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 ...@@ -30,7 +30,7 @@ namespace dbaui
{ {
protected: protected:
VclPtr<OCopyTableWizard> m_pParent; 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 ); OWizardPage( vcl::Window *pParent, const OString& rID, const OUString& rUIXMLDescription );
......
...@@ -379,7 +379,7 @@ class Desktop : private cppu::BaseMutex, ...@@ -379,7 +379,7 @@ class Desktop : private cppu::BaseMutex,
bool m_bIsTerminated; bool m_bIsTerminated;
/** when true, the call came form session manager /** 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 * this the only one place where set this to true
* In this case, when one frame break, not make * In this case, when one frame break, not make
* question for other, the break of shutdown or logout * question for other, the break of shutdown or logout
......
...@@ -172,7 +172,7 @@ public: ...@@ -172,7 +172,7 @@ public:
// The default value for all dispatchers is activated. If the app for example // The default value for all dispatchers is activated. If the app for example
// wants to intervene in MouseDispatcher for special treatment, you have to // 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: // to implement it yourself. Example for MouseButtonDown:
// SdrViewEvent aVEvt; // SdrViewEvent aVEvt;
// SdrHitKind eHit=pSdrView->PickAnything(rMEvt,SdrMouseEventKind::BUTTONDOWN,aVEvt); // SdrHitKind eHit=pSdrView->PickAnything(rMEvt,SdrMouseEventKind::BUTTONDOWN,aVEvt);
......
...@@ -54,7 +54,7 @@ protected: ...@@ -54,7 +54,7 @@ protected:
const SvXMLNamespaceMap& rNamespaceMap const SvXMLNamespaceMap& rNamespaceMap
) const; ) 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( virtual void exportStyleContent(
const css::uno::Reference< css::xml::sax::XDocumentHandler > & rHandler, const css::uno::Reference< css::xml::sax::XDocumentHandler > & rHandler,
sal_Int32 nFamily, sal_Int32 nFamily,
......
...@@ -43,7 +43,7 @@ class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage ...@@ -43,7 +43,7 @@ class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage
OReportPage(const OReportPage&); OReportPage(const OReportPage&);
// methode to remove temporary objects, created by 'special mode' // method to remove temporary objects, created by 'special mode'
// (BegDragObj) // (BegDragObj)
void removeTempObject(SdrObject *_pToRemoveObj); void removeTempObject(SdrObject *_pToRemoveObj);
......
...@@ -2154,7 +2154,7 @@ bool impl_maxOpenDocCountReached() ...@@ -2154,7 +2154,7 @@ bool impl_maxOpenDocCountReached()
/* [Description] /* [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>. Subclass SfxViewFrame in the <SVIDL> described <Slots>.
Thus exactly those Slots-IDs that are recognized as being invalid by Sfx 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 ...@@ -3640,7 +3640,7 @@ void SwWW8ImplReader::Read_FieldVanish( sal_uInt16, const sal_uInt8*, short nLen
return; return;
} }
// our methode was called from // our method was called from
// ''Skip attributes of field contents'' loop within ReadTextAttr() // ''Skip attributes of field contents'' loop within ReadTextAttr()
if( m_bIgnoreText ) if( m_bIgnoreText )
return; return;
......
...@@ -1786,7 +1786,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) ...@@ -1786,7 +1786,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet )
pGetStateSet = nullptr; pGetStateSet = nullptr;
} }
// Disable the slots with this status methode // Disable the slots with this status method
void SwBaseShell::StateDisableItems( SfxItemSet &rSet ) void SwBaseShell::StateDisableItems( SfxItemSet &rSet )
{ {
...@@ -1800,7 +1800,7 @@ 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 ) 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