From 3063d55b8be2188532e3e2892f440ff0d481db71 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:27:41 +0100 Subject: Fix typos Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394 Reviewed-on: https://gerrit.libreoffice.org/34806 Tested-by: Jenkins Reviewed-by: Noel Grandin --- fpicker/source/win32/filepicker/FileOpenDlg.hxx | 2 +- fpicker/source/win32/filepicker/comptr.hxx | 2 +- fpicker/source/win32/filepicker/helppopupwindow.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'fpicker') diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.hxx b/fpicker/source/win32/filepicker/FileOpenDlg.hxx index 36e38e6f1df0..28b01da16ce2 100644 --- a/fpicker/source/win32/filepicker/FileOpenDlg.hxx +++ b/fpicker/source/win32/filepicker/FileOpenDlg.hxx @@ -229,7 +229,7 @@ protected: sal_uInt32 SAL_CALL onWMNotify(HWND hwndChild, LPOFNOTIFYW lpOfNotify); // we use non-virtual functions to do necessary work before - // calling the virtual funtions (see Gamma: Template method) + // calling the virtual functions (see Gamma: Template method) void SAL_CALL handleInitDialog(HWND hwndDlg, HWND hwndChild); protected: diff --git a/fpicker/source/win32/filepicker/comptr.hxx b/fpicker/source/win32/filepicker/comptr.hxx index b7f123833a34..2469d8b5e289 100644 --- a/fpicker/source/win32/filepicker/comptr.hxx +++ b/fpicker/source/win32/filepicker/comptr.hxx @@ -60,7 +60,7 @@ class ComPtr } - /** initialize object by quering external object for the right interface. + /** initialize object by querying external object for the right interface. */ explicit ComPtr(IUnknown* pIUnknown) { diff --git a/fpicker/source/win32/filepicker/helppopupwindow.hxx b/fpicker/source/win32/filepicker/helppopupwindow.hxx index 44f54e268cdf..d63230238f75 100644 --- a/fpicker/source/win32/filepicker/helppopupwindow.hxx +++ b/fpicker/source/win32/filepicker/helppopupwindow.hxx @@ -38,7 +38,7 @@ /* - A simple popup window similary to the one the + A simple popup window similarly to the one the windows help (using WinHelp) creates when called with the option HELP_CONTEXTPOPUP. -- cgit