summaryrefslogtreecommitdiff
path: root/sw/source/core/attr/format.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-11-10 22:40:47 +0100
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-11-12 00:11:29 +0100
commitab72e9fe38b5d30bd1a0393e1611ae969919908f (patch)
treec8569abfaf1bd7a5c8d2247a314c716996650213 /sw/source/core/attr/format.cxx
parent1abf4e6d07ca0ac31bc54f812df84efc82d2af1b (diff)
Make SwClientNotifyCall protected
Change-Id: I1da6cd45c5039f2b36ae6d8a64febc69eda9c6d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105569 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/source/core/attr/format.cxx')
-rw-r--r--sw/source/core/attr/format.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx
index 22430f84b125..459f66ccd3f2 100644
--- a/sw/source/core/attr/format.cxx
+++ b/sw/source/core/attr/format.cxx
@@ -236,7 +236,7 @@ SwFormat::~SwFormat()
SAL_INFO("sw.core", "reparenting " << typeid(*pClient).name() << " at " << pClient << " from " << typeid(*this).name() << " at " << this << " to " << typeid(*pParentFormat).name() << " at " << pParentFormat);
pParentFormat->Add( pClient );
const sw::LegacyModifyHint aHint(&aOldFormat, &aNewFormat);
- pClient->SwClientNotify(*this, aHint);
+ pClient->SwClientNotifyCall(*this, aHint);
}
}
}