From 08051644adeed4d0ee137f3111f225b378e436aa Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 9 Sep 2022 17:20:40 +0200 Subject: Fix typo Change-Id: I764af470a6bff3ec82182d32fd971e94fa2f725a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139732 Tested-by: Jenkins Reviewed-by: Julien Nabet --- reportdesign/source/core/sdr/RptObject.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportdesign') 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(); -- cgit