summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/structpg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-17 09:51:43 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 12:22:48 +0200
commitc7fe6e7ed06c9cb2517cbc81740d97a931845adc (patch)
treeec05252e9cb6885ee9d59163b2788ab34cb9ba8c /formula/source/ui/dlg/structpg.cxx
parentb56850ecbc9c10c6226cdae0d42443933b24dff7 (diff)
convert Link<> to typed
Change-Id: I70de366349801fed36fb5d62bc53236efa8b6967
Diffstat (limited to 'formula/source/ui/dlg/structpg.cxx')
-rw-r--r--formula/source/ui/dlg/structpg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/structpg.cxx b/formula/source/ui/dlg/structpg.cxx
index a1900081a8b9..fcbf0e6b3834 100644
--- a/formula/source/ui/dlg/structpg.cxx
+++ b/formula/source/ui/dlg/structpg.cxx
@@ -190,7 +190,7 @@ IMPL_LINK_TYPED( StructPage, SelectHdl, SvTreeListBox*, pTlb, void )
}
}
- aSelLink.Call(this);
+ aSelLink.Call(*this);
}
}