reportdesign/source/core/sdr/RptObject.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 08051644adeed4d0ee137f3111f225b378e436aa
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Sep 9 17:20:40 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Sep 9 21:17:56 2022 +0200

    Fix typo
    
    Change-Id: I764af470a6bff3ec82182d32fd971e94fa2f725a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139732
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/reportdesign/source/core/sdr/RptObject.cxx 
b/reportdesign/source/core/sdr/RptObject.cxx
index e54db1ee3fe1..1e4285162531 100644
--- a/reportdesign/source/core/sdr/RptObject.cxx
+++ b/reportdesign/source/core/sdr/RptObject.cxx
@@ -568,7 +568,7 @@ OUnoObject::OUnoObject(
     // tdf#119067
     ,m_bSetDefaultLabel(rSource.m_bSetDefaultLabel)
 {
-    osl_atomic_increment(&m_refCount); // getUnoShape will ref-count thiss
+    osl_atomic_increment(&m_refCount); // getUnoShape will ref-count this
     {
         if ( !rSource.getUnoControlModelTypeName().isEmpty() )
             impl_initializeModel_nothrow();

Reply via email to