Fix "lets see" -> "let's see"
Change-Id: I7aa939681720bc0dc81c8f114a3608a8cdfb4f60 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169722 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
16d58ad8d3
commit
aa80eaeeab
@@ -387,7 +387,7 @@ void OSQLParseNode::impl_parseNodeToString_throw(OUStringBuffer& rString, const
|
||||
return;
|
||||
}
|
||||
|
||||
// Lets see how many nodes this subtree has
|
||||
// Let's see how many nodes this subtree has
|
||||
sal_uInt32 nCount = count();
|
||||
|
||||
bool bHandled = false;
|
||||
|
@@ -3246,7 +3246,7 @@ void ImpEditEngine::RecalcFormatterFontMetrics( FormatterFontMetric& rCurMetrics
|
||||
// Fonts without leading cause problems
|
||||
if ( ( nIntLeading == 0 ) && (mpRefDev->GetOutDevType() == OUTDEV_PRINTER))
|
||||
{
|
||||
// Lets see what Leading one gets on the screen
|
||||
// Let's see what Leading one gets on the screen
|
||||
VclPtr<VirtualDevice> pVDev = GetVirtualDevice(mpRefDev->GetMapMode(), mpRefDev->GetDrawMode());
|
||||
rFont.SetPhysFont(*pVDev);
|
||||
aMetric = pVDev->GetFontMetric();
|
||||
|
@@ -651,7 +651,7 @@ ParserFlags cclass_Unicode::getFlagsExtended(sal_uInt32 const c, const cclass_Un
|
||||
return ((nTypes & KParseTokens::IGNORE_LEADING_WS) ?
|
||||
ParserFlags::CHAR_DONTCARE : (bStart ? ParserFlags::CHAR_WORD : (ParserFlags::CHAR_DONTCARE | ParserFlags::WORD_SEP | ParserFlags::VALUE_SEP) ));
|
||||
case U_OTHER_PUNCTUATION:
|
||||
// fdo#61754 Lets see (if we not at the start) if this is midletter
|
||||
// fdo#61754 Let's see (if we not at the start) if this is midletter
|
||||
// punctuation and allow it in a word if it is similarly to
|
||||
// U_NON_SPACING_MARK, for example U+00B7 MIDDLE DOT.
|
||||
// tdf#123575 for U+30FB KATAKANA MIDDLE DOT property is not
|
||||
|
@@ -108,7 +108,7 @@
|
||||
#if __has_warning("-Wpotentially-evaluated-expression")
|
||||
#pragma GCC diagnostic ignored "-Wpotentially-evaluated-expression"
|
||||
#endif
|
||||
// Before fixing occurrences of this warning, lets see whether C++20 will still change to obsolete
|
||||
// Before fixing occurrences of this warning, let's see whether C++20 will still change to obsolete
|
||||
// the warning (see
|
||||
// <https://github.com/llvm/llvm-project/commit/974c8b7e2fde550fd87850d50695341101c38c2d> "[c++20]
|
||||
// Add rewriting from comparison operators to <=> / =="):
|
||||
|
@@ -1159,7 +1159,7 @@ static ScRefFlags lcl_ScAddress_Parse_OOo( const sal_Unicode* p, const ScDocumen
|
||||
bool bExtDoc = false;
|
||||
bool bExtDocInherited = false;
|
||||
|
||||
// Lets see if this is a reference to something in an external file. A
|
||||
// Let's see if this is a reference to something in an external file. A
|
||||
// document name is always quoted and has a trailing #.
|
||||
if (*p == '\'')
|
||||
{
|
||||
|
@@ -644,7 +644,7 @@ void MSWordExportBase::OutputSectionBreaks( const SfxItemSet *pSet, const SwNode
|
||||
|
||||
/*
|
||||
#i9301#
|
||||
No explicit page break, lets see if the style had one and we've moved to a
|
||||
No explicit page break, let's see if the style had one and we've moved to a
|
||||
new page style because of it, if we have to then we take the opportunity to
|
||||
set the equivalent word section here. We *could* do it for every paragraph
|
||||
that moves onto a new page because of layout, but that would be insane.
|
||||
|
@@ -259,7 +259,7 @@ public:
|
||||
void SAL_CALL setDesignMode( sal_Bool bOn ) override;
|
||||
// XModifyListener
|
||||
// Using a dummy/no-op implementation here, not sure if every container control needs
|
||||
// to implement this, certainly Dialog does, lets see about others
|
||||
// to implement this, certainly Dialog does, let's see about others
|
||||
virtual void SAL_CALL modified( const css::lang::EventObject& ) override {}
|
||||
protected:
|
||||
virtual void ImplModelPropertiesChanged( const css::uno::Sequence< css::beans::PropertyChangeEvent >& rEvents ) override;
|
||||
|
@@ -1013,7 +1013,7 @@ bool SelectionManager::getPasteData( Atom selection, const OUString& rType, Sequ
|
||||
|
||||
if( rType == "text/plain;charset=utf-16" )
|
||||
{
|
||||
// lets see if we have UTF16 else try to find something convertible
|
||||
// let's see if we have UTF16 else try to find something convertible
|
||||
if( it->second->m_aTypes.getLength() && ! it->second->m_bHaveUTF16 )
|
||||
{
|
||||
Sequence< sal_Int8 > aData;
|
||||
|
Reference in New Issue
Block a user