[Libreoffice-commits] core.git: dbaccess/source framework/inc include/svx include/xmloff reportdesign/inc sfx2/source sw/source
Noel Grandin
noel.grandin at collabora.co.uk
Fri May 5 13:39:55 UTC 2017
dbaccess/source/ui/inc/WTabPage.hxx | 2 +-
framework/inc/services/desktop.hxx | 2 +-
include/svx/svdview.hxx | 2 +-
include/xmloff/xmlaustp.hxx | 2 +-
reportdesign/inc/RptPage.hxx | 2 +-
sfx2/source/view/viewfrm.cxx | 2 +-
sw/source/filter/ww8/ww8par5.cxx | 2 +-
sw/source/uibase/shells/basesh.cxx | 4 ++--
8 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit 076758857a98d6f35517c74e991509239135d997
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Fri May 5 14:24:25 2017 +0200
fix spelling, methode -> method
Change-Id: I1c7a4e657601e28d9d50d86e24c4e0ba7579b9d4
Reviewed-on: https://gerrit.libreoffice.org/37289
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/dbaccess/source/ui/inc/WTabPage.hxx b/dbaccess/source/ui/inc/WTabPage.hxx
index bf06ce71205d..cb2907019e83 100644
--- a/dbaccess/source/ui/inc/WTabPage.hxx
+++ b/dbaccess/source/ui/inc/WTabPage.hxx
@@ -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 );
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index 4b6dbc0617c7..609419c322d4 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -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
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index db31c8668825..10f527735334 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -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);
diff --git a/include/xmloff/xmlaustp.hxx b/include/xmloff/xmlaustp.hxx
index a07cdbf32de2..f99f1ea5bccc 100644
--- a/include/xmloff/xmlaustp.hxx
+++ b/include/xmloff/xmlaustp.hxx
@@ -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,
diff --git a/reportdesign/inc/RptPage.hxx b/reportdesign/inc/RptPage.hxx
index d30764362954..9d1f7f5c8c70 100644
--- a/reportdesign/inc/RptPage.hxx
+++ b/reportdesign/inc/RptPage.hxx
@@ -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);
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 9a12e05fa2b0..3e3a11ac5360 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -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
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index a2be43e0e82a..a66e835c8083 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -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;
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index 5016d266e795..5367b0cac7fe 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -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 )
{
More information about the Libreoffice-commits
mailing list