summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-06 13:36:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-06 15:51:11 +0200
commitd987918e811d71357a934684cb481ca06466f06e (patch)
treefd3ef554fe8444ef2026677a8670ce83acaca822 /svx/source/tbxctrls
parente4035407c048e61c62ea237581bf6d11374d66b6 (diff)
improve field name
Change-Id: I78c1670589c21c047ba7a2eede86e46643e88f69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135451 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/fontworkgallery.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx
index cc9c4631361d..802cc1f4fcb8 100644
--- a/svx/source/tbxctrls/fontworkgallery.cxx
+++ b/svx/source/tbxctrls/fontworkgallery.cxx
@@ -58,7 +58,7 @@ FontWorkGalleryDialog::FontWorkGalleryDialog(weld::Window* pParent, SdrView& rSd
, mnThemeId(0xffff)
, mrSdrView(rSdrView)
, mbInsertIntoPage(true)
- , mppSdrObject(nullptr)
+ , mpSdrObject(nullptr)
, mpDestModel(nullptr)
, maCtlFavorites(m_xBuilder->weld_icon_view("ctlFavoriteswin"))
, mxOKButton(m_xBuilder->weld_button("ok"))
@@ -237,7 +237,7 @@ void FontWorkGalleryDialog::insertSelectedFontwork()
if (bUseSpecialCalcMode)
{
- mppSdrObject = pNewObject;
+ mpSdrObject = pNewObject;
}
else
{