summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-05 09:49:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-05 09:44:50 +0100
commit02ff8b2fbf1c3d47a08e6a6da4e301d304c15b31 (patch)
treef65bd5e3be4c721156bf2e33d1af9cd661cf40fc /include/svx
parentSimplify code checking for Boost < 1.50 (diff)
downloadcore-02ff8b2fbf1c3d47a08e6a6da4e301d304c15b31.tar.gz
core-02ff8b2fbf1c3d47a08e6a6da4e301d304c15b31.zip
rename mpTextObj -> mxWeakTextObj
because it helps me keep the referencing counting strategy in my head when reading the code Change-Id: I6363b688c8f5e649c82dec02e21498bcb961bd3e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124729 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdoutl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoutl.hxx b/include/svx/svdoutl.hxx
index 453d3b4ba3a7..f706d85bdaa3 100644
--- a/include/svx/svdoutl.hxx
+++ b/include/svx/svdoutl.hxx
@@ -28,7 +28,7 @@ class SdrPage;
class SVXCORE_DLLPUBLIC SdrOutliner : public Outliner
{
- tools::WeakReference<SdrTextObj> mpTextObj;
+ tools::WeakReference<SdrTextObj> mxWeakTextObj;
const SdrPage* mpVisualizedPage;
public: