summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /fpicker
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/fpsmartcontent.hxx2
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.cxx2
-rw-r--r--fpicker/source/win32/filepicker/dibpreview.cxx2
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/office/fpsmartcontent.hxx b/fpicker/source/office/fpsmartcontent.hxx
index 658f5038048c..6952f03b8c83 100644
--- a/fpicker/source/office/fpsmartcontent.hxx
+++ b/fpicker/source/office/fpsmartcontent.hxx
@@ -84,7 +84,7 @@ namespace svt
/** return the internal used interaction handler object ...
Because this pointer will be valid only, if the uno object is hold
- alive by it's uno reference (and this reference is set on the
+ alive by its uno reference (and this reference is set on the
command environment) we must return NULL, in case this environment does
not exist!
*/
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
index 261ce0de7bc5..c319f975747d 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
@@ -786,7 +786,7 @@ void SAL_CALL CWinFileOpenImpl::onInitDone()
0);
// call the parent function to center the
- // dialog to it's parent
+ // dialog to its parent
CFileOpenDialog::onInitDone();
}
diff --git a/fpicker/source/win32/filepicker/dibpreview.cxx b/fpicker/source/win32/filepicker/dibpreview.cxx
index 149fd571af57..708680c9ab36 100644
--- a/fpicker/source/win32/filepicker/dibpreview.cxx
+++ b/fpicker/source/win32/filepicker/dibpreview.cxx
@@ -103,7 +103,7 @@ CDIBPreview::~CDIBPreview( )
{
// remember: we don't have to destroy the
// preview window because it will be destroyed
- // by it's parent window (the FileOpen dialog)
+ // by its parent window (the FileOpen dialog)
// but we have to unregister the window class
//if ( m_bWndClassRegistered )
UnregisterDibPreviewWindowClass();
diff --git a/fpicker/source/win32/filepicker/helppopupwindow.cxx b/fpicker/source/win32/filepicker/helppopupwindow.cxx
index 8cdbdf449ed9..cb11f28c3b42 100644
--- a/fpicker/source/win32/filepicker/helppopupwindow.cxx
+++ b/fpicker/source/win32/filepicker/helppopupwindow.cxx
@@ -96,7 +96,7 @@ CHelpPopupWindow::~CHelpPopupWindow( )
{
// remember: we don't have to destroy the
// preview window because it will be destroyed
- // by it's parent window (the FileOpen dialog)
+ // by its parent window (the FileOpen dialog)
// but we have to unregister the window class
if ( m_bWndClassRegistered )
UnregisterWindowClass( );