summaryrefslogtreecommitdiff
path: root/svx/source/dialog/rubydialog.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-20 14:19:40 +0200
committerNoel Grandin <noel@peralex.com>2016-05-20 14:19:40 +0200
commit2cf9772a3e06c156c7d0a79466db57ced7fe281d (patch)
tree3dc32d31cd79c3057c1e1d676d42130e108dad20 /svx/source/dialog/rubydialog.cxx
parent626f6cd534a3563bf854b32fd5f46cff65357929 (diff)
loplugin:refcounting
Change-Id: I5cb9297c44b076dfca2a37f234ba823ba217b507
Diffstat (limited to 'svx/source/dialog/rubydialog.cxx')
-rw-r--r--svx/source/dialog/rubydialog.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx
index 90b7e623138e..a4c9fb7de09d 100644
--- a/svx/source/dialog/rubydialog.cxx
+++ b/svx/source/dialog/rubydialog.cxx
@@ -209,7 +209,6 @@ SvxRubyDialog::SvxRubyDialog(SfxBindings* pBind, SfxChildWindow* pCW, vcl::Windo
, pBindings(pBind)
, pImpl( new SvxRubyData_Impl )
{
- xImpl = pImpl.get();
get(m_pLeftFT, "basetextft");
get(m_pRightFT, "rubytextft");
get(m_pAdjustLB, "adjustlb");
@@ -280,7 +279,7 @@ void SvxRubyDialog::dispose()
{
ClearCharStyleList();
EventObject aEvent;
- xImpl->disposing(aEvent);
+ pImpl->disposing(aEvent);
m_pLeftFT.clear();
m_pRightFT.clear();
m_pLeft1ED.clear();