diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:09:46 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:20:35 +0000 |
commit | d6e82846ce8bdd21db4a4aa783555950f0a8e442 (patch) | |
tree | 8e69af6cd7d70df53972a8610c8e84aedc150cbd /svtools/source/misc | |
parent | f0733ee8c9de62818867c656518cecf0986dda0f (diff) |
Fix typos
Change-Id: Icd2055ee1f941383d0338ea3515a9fbb6db1712a
Reviewed-on: https://gerrit.libreoffice.org/18979
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svtools/source/misc')
-rw-r--r-- | svtools/source/misc/ehdl.cxx | 2 | ||||
-rw-r--r-- | svtools/source/misc/imagemgr.cxx | 8 | ||||
-rw-r--r-- | svtools/source/misc/sampletext.cxx | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/misc/ehdl.cxx b/svtools/source/misc/ehdl.cxx index 5cd02f85ca71..11a8672dae51 100644 --- a/svtools/source/misc/ehdl.cxx +++ b/svtools/source/misc/ehdl.cxx @@ -40,7 +40,7 @@ static sal_uInt16 aWndFunc( /* [Description] Draw an errorbox on the screen. Depending on nFlags - Error/Info etc. boxes with the requested buttosn are shown. + Error/Info etc. boxes with the requested buttons are shown. Returnvalue is the button pressed diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx index bef17b0f4c47..3b189d3279b5 100644 --- a/svtools/source/misc/imagemgr.cxx +++ b/svtools/source/misc/imagemgr.cxx @@ -252,7 +252,7 @@ static OUString GetImageExtensionByFactory_Impl( const OUString& rURL ) } catch( const ::com::sun::star::uno::RuntimeException& ) { - throw; // dont hide it! + throw; // don't hide it! } catch( const ::com::sun::star::uno::Exception& ) { @@ -311,7 +311,7 @@ static bool GetVolumeProperties_Impl( ::ucbhelper::Content& rContent, svtools::V } catch( const ::com::sun::star::uno::RuntimeException& ) { - throw; // dont hide it! + throw; // don't hide it! } catch( const ::com::sun::star::uno::Exception& ) { @@ -342,7 +342,7 @@ static sal_uInt16 GetFolderImageId_Impl( const OUString& rURL ) } catch( const ::com::sun::star::uno::RuntimeException& ) { - throw; // dont hide it! + throw; // don't hide it! } catch( const ::com::sun::star::uno::Exception& ) { @@ -475,7 +475,7 @@ static sal_uInt16 GetFolderDescriptionId_Impl( const OUString& rURL ) } catch( const ::com::sun::star::uno::RuntimeException& ) { - throw; // dont hide it! + throw; // don't hide it! } catch( const ::com::sun::star::uno::Exception& ) { diff --git a/svtools/source/misc/sampletext.cxx b/svtools/source/misc/sampletext.cxx index 63d8c9a9346f..f55d6d52de9f 100644 --- a/svtools/source/misc/sampletext.cxx +++ b/svtools/source/misc/sampletext.cxx @@ -1261,7 +1261,7 @@ namespace eScript = USCRIPT_TRADITIONAL_HAN; else if (bHans && !bHant && !bKore && !bJpan) eScript = USCRIPT_SIMPLIFIED_HAN; - //otherwise fall-through as USCRIPT_HAN and expect a combind Hant/Hans preview + //otherwise fall-through as USCRIPT_HAN and expect a combined Hant/Hans preview } return eScript; } |