[Libreoffice-commits] core.git: sc/source vcl/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 4 20:17:45 UTC 2020
sc/source/ui/dbgui/validate.cxx | 2 +-
vcl/inc/pdf/ExternalPDFStreams.hxx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit b3d8784cfd74e30bf2f1482cce25efec2b2f7c56
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Nov 3 19:45:42 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 4 21:17:05 2020 +0100
Fix typos
Change-Id: If310f08c8df54356b52bb9c0ac614c374c750814
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105268
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx
index ec00b9339a07..e4f9e93cd617 100644
--- a/sc/source/ui/dbgui/validate.cxx
+++ b/sc/source/ui/dbgui/validate.cxx
@@ -108,7 +108,7 @@ ScValidationDlg::ScValidationDlg(weld::Window* pParent, const SfxItemSet* pArgSe
void ScValidationDlg::EndDialog()
{
- // tdf#137215 ensure original modalality of true is restored before dialog loop ends
+ // tdf#137215 ensure original modality of true is restored before dialog loop ends
if (m_bOwnRefHdlr)
RemoveRefDlg(true);
ScValidationDlgBase::EndDialog();
diff --git a/vcl/inc/pdf/ExternalPDFStreams.hxx b/vcl/inc/pdf/ExternalPDFStreams.hxx
index 3a9ea38bc9db..ab3d057bd83c 100644
--- a/vcl/inc/pdf/ExternalPDFStreams.hxx
+++ b/vcl/inc/pdf/ExternalPDFStreams.hxx
@@ -24,7 +24,7 @@ namespace vcl
// A external PDF stream, which stores the PDF stream data as byte array.
// This struct is also responsible to parsing the stream as a PDFDocument,
// and store its instance for the life-cycle of the struct, so that it
-// reused to avoid unneccesary parsing.
+// reused to avoid unnecessary parsing.
struct VCL_DLLPUBLIC ExternalPDFStream
{
std::vector<sal_uInt8> maData;
@@ -51,7 +51,7 @@ struct VCL_DLLPUBLIC ExternalPDFStream
}
};
-// Class to manage external PDF streams, for the de-duplication purpuse.
+// Class to manage external PDF streams, for the de-duplication purpose.
class VCL_DLLPUBLIC ExternalPDFStreams
{
private:
More information about the Libreoffice-commits
mailing list