diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeControlAccess.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/office/fpinteraction.hxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/PreviewCtrl.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/PreviewCtrl.hxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx | 4 |
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. |