diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 16:56:25 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 23:40:12 +0900 |
commit | 9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch) | |
tree | b6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /sfx2/source/bastyp | |
parent | ca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff) |
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index 9a063ecef86c..c2d5014bdebb 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -446,7 +446,7 @@ sal_uInt32 SfxFilterMatcher::GuessFilterControlDefaultUI( SfxMedium& rMedium, c try { // open the stream one times only ... - // Otherwhise it will be tried more then once and show the same interaction more then once ... + // Otherwhise it will be tried more than once and show the same interaction more than once ... OUString sURL( rMedium.GetURLObject().GetMainURL( INetURLObject::NO_DECODE ) ); uno::Reference< io::XInputStream > xInStream = rMedium.GetInputStream(); |