Kaydet (Commit) e4404de8 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I361b5283b092171eaaaf46fa3c1fb13faa53bd7a
Reviewed-on: https://gerrit.libreoffice.org/46821Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 3ee517d4
......@@ -6060,7 +6060,7 @@ elif test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
dnl The only reason why libstdc++ headers fail with Clang in C++11 mode is because they
dnl use the __float128 type that Clang doesn't know (libstdc++ checks whether __float128
dnl is available during its build, but it's usually built using GCC, and so c++config.h
dnl hardcodes __float128 being supported). At least for some older libstc++, the only
dnl hardcodes __float128 being supported). At least for some older libstdc++, the only
dnl place where __float128 is used is in a template specialization, -D__float128=void
dnl will avoid the problem there while still causing a problem if somebody actually uses
dnl the type. (But some later libstdc++ are known to use __float128 also in algorithm ->
......
......@@ -164,7 +164,7 @@ private:
Bitmap maDimmedDialogBitmap;
Size maParentDialogSize;
// VirtualDevice for buffered interation paints
// VirtualDevice for buffered interaction paints
VclPtr<VirtualDevice> mpVirtualBufferDevice;
// all detected children
......
......@@ -134,10 +134,10 @@ protected:
void revokeProperty( sal_Int32 _nHandle );
/// checkes whether a property with the given handle has been registered
/// checks whether a property with the given handle has been registered
bool isRegisteredProperty( sal_Int32 _nHandle ) const;
/// checkes whether a property with the given name has been registered
/// checks whether a property with the given name has been registered
bool isRegisteredProperty( const OUString& _rName ) const;
......
......@@ -100,7 +100,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar
if (comphelper::LibreOfficeKit::isActive())
{
SAL_WARN("shell", "Unusual - shell attemp to launch " << aCommand << " with params " << aParameter << " under lok");
SAL_WARN("shell", "Unusual - shell attempt to launch " << aCommand << " with params " << aParameter << " under lok");
return;
}
......
......@@ -3028,7 +3028,7 @@ sal_Int32 ImpSvNumberformatScan::FinalScan( OUString& rString )
{
continue; // for
}
// DM might be splitted into D and M
// DM might be split into D and M
if ( sStrArray[i].getLength() < sOldCurSymbol.getLength() &&
pChrCls->uppercase( sStrArray[i], 0, 1 )[0] ==
sOldCurString[0] )
......
......@@ -5106,7 +5106,7 @@ ErrCode SwWW8ImplReader::CoreLoad(WW8Glossary const *pGloss)
{
// inserting into an existing document:
// As only complete paragraphs are inserted, the current one
// needs to be splitted - once or even twice.
// needs to be split - once or even twice.
const SwPosition* pPos = m_pPaM->GetPoint();
// split current paragraph to get new paragraph for the insertion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment