diff options
-rw-r--r-- | reportdesign/source/core/sdr/RptObject.cxx | 2 |
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(); |