[Libreoffice-commits] core.git: sal/osl sfx2/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 12 18:55:18 UTC 2021
sal/osl/w32/file.cxx | 2 +-
sfx2/source/devtools/ObjectInspectorTreeHandler.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5e404d6289f433e72218e13ed5a083b59dbc307b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Mar 12 17:19:32 2021 +0100
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Mar 12 19:54:29 2021 +0100
Fix typos
Change-Id: I7366c5e7d6c9fb4dd7aa17a5d0405f28179a92af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112399
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/sal/osl/w32/file.cxx b/sal/osl/w32/file.cxx
index 44b8ac97ba09..1c13b6211779 100644
--- a/sal/osl/w32/file.cxx
+++ b/sal/osl/w32/file.cxx
@@ -657,7 +657,7 @@ oslFileError SAL_CALL osl_openFile(
if (result != osl_File_E_None)
return result;
- // tdf126742 use FILE_SHARE_WRITE to get closer to non-Windows plattform behavoiur,
+ // tdf126742 use FILE_SHARE_WRITE to get closer to non-Windows platform behaviour,
// for details and discussion see task please
DWORD dwAccess = GENERIC_READ, dwShare = FILE_SHARE_READ | FILE_SHARE_WRITE, dwCreation = 0;
diff --git a/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx b/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx
index 6b6a1bdfcc1d..58f14e16274a 100644
--- a/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx
+++ b/sfx2/source/devtools/ObjectInspectorTreeHandler.cxx
@@ -442,7 +442,7 @@ public:
bool shouldShowExpander() override
{
- // Show expnder only if the sequence has elements
+ // Show expander only if the sequence has elements
int nLength = mxIdlArray->getLen(maAny);
return nLength > 0;
}
More information about the Libreoffice-commits
mailing list