diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-09 10:12:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-09 10:12:07 +0100 |
commit | 94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f (patch) | |
tree | b24cede14403ab264d7f7684df3d603a15d2f010 /fpicker/source | |
parent | 332fffe3b8cd51576c42762e5e9751464777f2ca (diff) |
Typo: I/internaly -> I/internally
Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
Diffstat (limited to 'fpicker/source')
3 files changed, 9 insertions, 9 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx index fd52d97fbfe6..883ff348069f 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx @@ -130,7 +130,7 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex //------------------------------------------------------------------------------------ /** start listening for file picker events on the given file open dialog COM object. * - * The broadcaster will be cached internaly so deregistration will be easy. + * The broadcaster will be cached internally so deregistration will be easy. * Further all needed information are capsulated within this class (e.g. the listener handler). * Nobody outside must know such information. * @@ -143,10 +143,10 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex void startListening( const TFileDialog& pBroadcaster ); //------------------------------------------------------------------------------------ - /** stop listening for file picker events on the internaly cached dialog COM object. + /** stop listening for file picker events on the internally cached dialog COM object. * - * The COM dialog provided on the startListeneing() call was cached internaly. - * And now its used to deregister this listener. Doing so the also internaly cached + * The COM dialog provided on the startListeneing() call was cached internally. + * And now its used to deregister this listener. Doing so the also internally cached * listener handle is used. If listener was not already registered - nothing will happen. */ void stopListening(); diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx index a6a38bbd76d2..0bf0d8894cb6 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx @@ -97,7 +97,7 @@ static const OUString STRING_SEPARATOR("---------------------------------------- //----------------------------------------------------------------------------- /** native implementation of the file picker on Vista and upcoming windows versions. - * This dialog uses COM internaly. Further it marshall every request so it will + * This dialog uses COM internally. Further it marshall every request so it will * be executed within it's own STA thread ! */ //----------------------------------------------------------------------------- @@ -266,10 +266,10 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex void impl_sta_enableFeatures(::sal_Int32 nFeatures, ::sal_Int32 nTemplate); //--------------------------------------------------------------------- - /** returns an interface, which can be used to customize the internaly used + /** returns an interface, which can be used to customize the internally used * COM dialog. * - * Because we use two member (open/save dialog) internaly, this method + * Because we use two member (open/save dialog) internally, this method * ask the current active one for it's customization interface. * * @return the customization interface for the current used dialog. @@ -305,7 +305,7 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex //--------------------------------------------------------------------- /** cache last selected list of files * Because those list must be retrieved directly after closing the dialog - * (and only in case it was finished successfully) we cache it internaly. + * (and only in case it was finished successfully) we cache it internally. * Because the outside provided UNO API decouple showing the dialog * and asking for results .-) */ diff --git a/fpicker/source/win32/filepicker/asyncrequests.hxx b/fpicker/source/win32/filepicker/asyncrequests.hxx index 6653a6c7cb9c..ae9a5702d38f 100644 --- a/fpicker/source/win32/filepicker/asyncrequests.hxx +++ b/fpicker/source/win32/filepicker/asyncrequests.hxx @@ -186,7 +186,7 @@ class AsyncRequests : private ::cppu::BaseMutex //--------------------------------------------------------------------- /** our STA .-) - * Will run between start() & finish(). Internaly it runs a loop ... + * Will run between start() & finish(). Internally it runs a loop ... * waiting for requests. Every request will be executed synchronously * in blocked mode. */ |