summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /fpicker
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/OfficeControlAccess.cxx2
-rw-r--r--fpicker/source/office/fpinteraction.hxx2
-rw-r--r--fpicker/source/win32/filepicker/FilePicker.cxx2
-rw-r--r--fpicker/source/win32/filepicker/PreviewCtrl.cxx2
-rw-r--r--fpicker/source/win32/filepicker/PreviewCtrl.hxx2
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx4
6 files changed, 7 insertions, 7 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.cxx b/fpicker/source/office/OfficeControlAccess.cxx
index a42dc2659030..f570c63114bb 100644
--- a/fpicker/source/office/OfficeControlAccess.cxx
+++ b/fpicker/source/office/OfficeControlAccess.cxx
@@ -428,7 +428,7 @@ namespace svt
case LISTBOX_FILTER:
if ( ControlActions::GET_SELECTED_ITEM == _nControlAction )
{
- aRet <<= OUString( m_pFilePickerController->getCurFilter() );;
+ aRet <<= OUString( m_pFilePickerController->getCurFilter() );
}
else
{
diff --git a/fpicker/source/office/fpinteraction.hxx b/fpicker/source/office/fpinteraction.hxx
index 28192e0bed9d..5002c532aef0 100644
--- a/fpicker/source/office/fpinteraction.hxx
+++ b/fpicker/source/office/fpinteraction.hxx
@@ -40,7 +40,7 @@ namespace svt
{
public:
/** flags, which indicates special handled interactions
- These values will be used combained as flags - so they must
+ These values will be used combined as flags - so they must
in range [2^n]!
*/
enum EInterceptedInteractions
diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx
index 837277f760df..729142919e27 100644
--- a/fpicker/source/win32/filepicker/FilePicker.cxx
+++ b/fpicker/source/win32/filepicker/FilePicker.cxx
@@ -193,7 +193,7 @@ OUString SAL_CALL CFilePicker::helpRequested(FilePickerEvent aEvent) const
/*
if there are multiple listeners responding
to this notification the next response
- overwrittes the one before if it is not empty
+ overwrites the one before if it is not empty
*/
OUString temp;
diff --git a/fpicker/source/win32/filepicker/PreviewCtrl.cxx b/fpicker/source/win32/filepicker/PreviewCtrl.cxx
index e761e7714139..c3a30520b56d 100644
--- a/fpicker/source/win32/filepicker/PreviewCtrl.cxx
+++ b/fpicker/source/win32/filepicker/PreviewCtrl.cxx
@@ -141,7 +141,7 @@ namespace // private
}
- // calc the dimemsions so that a given picture fits into a
+ // calc the dimensions so that a given picture fits into a
// given window, if the picture fits into the given window
// the original CDimension will be returned
diff --git a/fpicker/source/win32/filepicker/PreviewCtrl.hxx b/fpicker/source/win32/filepicker/PreviewCtrl.hxx
index ad63f7c6c69c..3ae39f6d8570 100644
--- a/fpicker/source/win32/filepicker/PreviewCtrl.hxx
+++ b/fpicker/source/win32/filepicker/PreviewCtrl.hxx
@@ -65,7 +65,7 @@ class CAutoOleInit
public:
// used to communicate ole
- // initialzation failures
+ // initialization failures
class COleInitException { };
CAutoOleInit( )
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
index 64fbd5b2d027..5a7e7f44d97e 100644
--- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
+++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
@@ -247,7 +247,7 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex
* to address it.
*
* Internal new controls will be added to the dialog. Every control can be accessed
- * by it's own control id. Those control ID must be one of the const set
+ * by its own control id. Those control ID must be one of the const set
* css::ui::dialogs::ExtendedFilePickerElementIds.
*
* @see setControlValue()
@@ -266,7 +266,7 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex
* COM dialog.
*
* Because we use two member (open/save dialog) internally, this method
- * ask the current active one for it's customization interface.
+ * ask the current active one for its customization interface.
*
* @return the customization interface for the current used dialog.
* Must not be null.