[Libreoffice-commits] core.git: 2 commits - desktop/source sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 5 09:10:20 UTC 2019
desktop/source/deployment/inc/lockfile.hxx | 2 +-
sw/source/uibase/uiview/view2.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e989c3015ec34b55d9e519e2b8750cddd976c91d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 4 20:22:40 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 5 10:09:09 2019 +0100
Fix typo
Change-Id: Idd7c5295314ef2a36f37125837c8276bb5feb4d2
Reviewed-on: https://gerrit.libreoffice.org/84494
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx
index be7a42416eae..43694ab1239b 100644
--- a/sw/source/uibase/uiview/view2.cxx
+++ b/sw/source/uibase/uiview/view2.cxx
@@ -531,7 +531,7 @@ bool SwView::InsertGraphicDlg( SfxRequest& rReq )
}
else
{
- // set the specific graphic attrbutes to the graphic
+ // set the specific graphic attributes to the graphic
bReturn = true;
AutoCaption( GRAPHIC_CAP );
rReq.Done();
commit e5a72dfe6d84bccdad0b44a6abd879e1c770df20
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 4 20:22:14 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 5 10:08:34 2019 +0100
Fix typo
Change-Id: I3cabc94a2916b1433285a7c725607fbda80cb8ac
Reviewed-on: https://gerrit.libreoffice.org/84476
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/desktop/source/deployment/inc/lockfile.hxx b/desktop/source/deployment/inc/lockfile.hxx
index dc1e66cc0890..6fa8fcfdcae3 100644
--- a/desktop/source/deployment/inc/lockfile.hxx
+++ b/desktop/source/deployment/inc/lockfile.hxx
@@ -57,7 +57,7 @@ namespace desktop {
{
public:
- // constructs a new lockfile onject
+ // constructs a new lockfile object
Lockfile( bool bIPCserver = true );
// separating GUI code:
More information about the Libreoffice-commits
mailing list