summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-09-09 17:20:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-09-09 21:17:56 +0200
commit08051644adeed4d0ee137f3111f225b378e436aa (patch)
treef513bfbc32a6c40aa6b4f54b278578b389dc5ea0 /reportdesign
parente00a86699b89913a80b15eeea33dd0fac64299d0 (diff)
Fix typo
Change-Id: I764af470a6bff3ec82182d32fd971e94fa2f725a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139732 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/core/sdr/RptObject.cxx2
1 files changed, 1 insertions, 1 deletions
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();