[Libreoffice-commits] core.git: odk/examples
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 15 06:15:15 UTC 2020
odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx | 2 +-
odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f6b5f5a1726d7ee0dd2f147407c66bd3ca487a8b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Sep 14 20:34:03 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Sep 15 08:14:32 2020 +0200
Fix typos
Change-Id: Ia0a24bf32290ecb6b6153ba412d5e282f56d92f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102693
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx b/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
index d68b96876eb5..a8b9305314f6 100644
--- a/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
+++ b/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
@@ -70,7 +70,7 @@ class MyService1Impl
{
oslInterlockedCount m_refcount;
OUString m_sData;
- // it's good practise to store the context for further use when you use
+ // it's good practice to store the context for further use when you use
// other UNO API's in your implementation
Reference< XComponentContext > m_xContext;
public:
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
index 840252f691fe..1920f82ead7c 100644
--- a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
+++ b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
@@ -74,7 +74,7 @@ class MyService2Impl : public ::cppu::WeakImplHelper3<
::my_module::XSomething, lang::XServiceInfo, lang::XInitialization >
{
OUString m_sData;
- // it's good practise to store the context for further use when you use
+ // it's good practice to store the context for further use when you use
// other UNO API's in your implementation
Reference< XComponentContext > m_xContext;
public:
More information about the Libreoffice-commits
mailing list