diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-05 14:24:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-05 15:39:08 +0200 |
commit | 076758857a98d6f35517c74e991509239135d997 (patch) | |
tree | 228e86ec083f858f2896719f57bd25dbba30100c /dbaccess | |
parent | ba11b28cae3b161bcea5a65709f3c3e222a3c082 (diff) |
fix spelling, methode -> method
Change-Id: I1c7a4e657601e28d9d50d86e24c4e0ba7579b9d4
Reviewed-on: https://gerrit.libreoffice.org/37289
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/WTabPage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |