Fix typo
Change-Id: Idbcf73ea3034b62e283537e052c17a9fb3988a8b Reviewed-on: https://gerrit.libreoffice.org/84918 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
5ce761d8f8
commit
a8c458cc4a
@@ -83,7 +83,7 @@ bool ImplIsZeroWidth(sal_uInt32 nUtf32)
|
||||
return nUtf32 == 0x200B // ZERO WIDTH SPACE
|
||||
|| nUtf32 == 0x200C // ZERO WIDTH NON-JOINER
|
||||
|| nUtf32 == 0x200D // ZERO WIDTH JOINER
|
||||
|| nUtf32 == 0xFEFF; // ZEOR WIDTH NO-BREAK SPACE
|
||||
|| nUtf32 == 0xFEFF; // ZERO WIDTH NO-BREAK SPACE
|
||||
}
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -150,7 +150,7 @@ ScPDFExportTest::exportToPDF(const uno::Reference<frame::XModel>& xModel, const
|
||||
pTempFile->EnableKillingFile();
|
||||
OUString sFileURL = pTempFile->GetURL();
|
||||
// Note: under Windows path path should be with "/" delimiters instead of "\\"
|
||||
// due to usage of INetURLObject() that converts "\\" to hexdecimal notation.
|
||||
// due to usage of INetURLObject() that converts "\\" to hexadecimal notation.
|
||||
::osl::FileBase::getFileURLFromSystemPath(sFileURL, sFileURL);
|
||||
|
||||
// get XSpreadsheet
|
||||
|
@@ -778,8 +778,8 @@ bool SwNumberTreeNode::IsFirst() const
|
||||
}
|
||||
|
||||
// If node isn't the first child, it is the second child and the
|
||||
// first child is a phanton. In this case check, if the first phantom
|
||||
// child have only phanton children
|
||||
// first child is a phantom. In this case check, if the first phantom
|
||||
// child have only phantom children
|
||||
if ( bResult &&
|
||||
this != *(GetParent()->mChildren.begin()) &&
|
||||
!(*(GetParent()->mChildren.begin()))->HasOnlyPhantoms() )
|
||||
|
Reference in New Issue
Block a user