summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/FileOpenDlg.hxx2
-rw-r--r--fpicker/source/win32/filepicker/comptr.hxx2
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.hxx2
3 files changed, 3 insertions, 3 deletions
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.