Fix typos
Change-Id: I9a4ba6b6369da0bac489718230880b04912bd1d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116214 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
f3988265c9
commit
01df224f57
@@ -20,7 +20,7 @@
|
||||
Some documentation for the variables specified in file openoffice.lst.
|
||||
|
||||
It contains values used by the creation of installation packages themselves,
|
||||
and as part of that contain subsitutions for variables used in scp2 (those will
|
||||
and as part of that contain substitutions for variables used in scp2 (those will
|
||||
be handled by the perl installer code)
|
||||
|
||||
NOTE: For instdir, the corresponding files are created by
|
||||
|
@@ -1070,7 +1070,7 @@ void SwFEShell::SelectionToTop( bool bTop )
|
||||
if (auto pDrwModel
|
||||
= pFormat->GetDoc()->getIDocumentDrawModelAccess().GetDrawModel())
|
||||
// Not really understood why everything is on page 0...
|
||||
// but it is easier to handle sdrobjects, thats true
|
||||
// but it is easier to handle sdrobjects, that's true
|
||||
if (auto pPage = pDrwModel->GetPage(0))
|
||||
{
|
||||
// nShift: it means how many layers the pObj have to be shifted up,
|
||||
@@ -1089,7 +1089,7 @@ void SwFEShell::SelectionToTop( bool bTop )
|
||||
// If there is a higher object (not null)...
|
||||
if (pNextObj)
|
||||
{
|
||||
// One level shift is neccessary
|
||||
// One level shift is necessary
|
||||
nShift++;
|
||||
// If this object is a textbox, two level increasing needed
|
||||
// (one for the shape and one for the frame)
|
||||
|
@@ -505,7 +505,7 @@ bool WrapGraphicInRtf(const Graphic& rGraphic, const Size& rLogicSize, SvStream&
|
||||
rRtf.WriteCharPtr("{" OOO_STRING_SVTOOLS_RTF_RESULT);
|
||||
rRtf.WriteCharPtr("{" OOO_STRING_SVTOOLS_RTF_PICT);
|
||||
|
||||
// Prepare presendation data.
|
||||
// Prepare presentation data.
|
||||
const sal_uInt8* pPresentationData = nullptr;
|
||||
sal_uInt64 nPresentationData = 0;
|
||||
SvMemoryStream aGraphicStream;
|
||||
|
@@ -2647,7 +2647,7 @@ void DomainMapper_Impl::PushPageHeaderFooter(bool bHeader, SectionPropertyMap::P
|
||||
m_bIsNewDoc ? uno::Reference<text::XTextCursor>()
|
||||
: xText->createTextCursorByRange(xText->getStart())));
|
||||
m_bDiscardHeaderFooter = false; // set only on success!
|
||||
// Restore the original state of the shared prop after we stored the neccessary values.
|
||||
// Restore the original state of the shared prop after we stored the necessary values.
|
||||
xPageStyle->setPropertyValue(getPropertyName(ePropShared), uno::makeAny(bIsShared));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user