summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ShapeController.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-25 10:27:15 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-25 18:21:31 +0000
commitf8a7c031f1ff872f9566b7bfce0321c0b89d45f9 (patch)
tree30e862f02865686fc0434efc82330c8dd968d860 /chart2/source/controller/main/ShapeController.hxx
parentconvert Link<> to typed (diff)
downloadcore-f8a7c031f1ff872f9566b7bfce0321c0b89d45f9.tar.gz
core-f8a7c031f1ff872f9566b7bfce0321c0b89d45f9.zip
convert Link<> to typed
Change-Id: Ic39135b39f1389fdf94fb16746100209ee63f492 Reviewed-on: https://gerrit.libreoffice.org/18856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2/source/controller/main/ShapeController.hxx')
-rw-r--r--chart2/source/controller/main/ShapeController.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ShapeController.hxx b/chart2/source/controller/main/ShapeController.hxx
index b1601890458e..93c701e909a5 100644
--- a/chart2/source/controller/main/ShapeController.hxx
+++ b/chart2/source/controller/main/ShapeController.hxx
@@ -22,7 +22,7 @@
#include "FeatureCommandDispatchBase.hxx"
#include <tools/link.hxx>
-class AbstractSvxNameDialog;
+class AbstractSvxObjectNameDialog;
class SdrObject;
namespace chart
@@ -62,7 +62,7 @@ protected:
virtual void describeSupportedFeatures() SAL_OVERRIDE;
private:
- DECL_LINK( CheckNameHdl, AbstractSvxNameDialog* );
+ DECL_LINK_TYPED( CheckNameHdl, AbstractSvxObjectNameDialog&, bool);
void executeDispatch_FormatLine();
void executeDispatch_FormatArea();