diff options
Diffstat (limited to 'include/svx/graphctl.hxx')
-rw-r--r-- | include/svx/graphctl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx index 517addf8f843..10f5b26fecac 100644 --- a/include/svx/graphctl.hxx +++ b/include/svx/graphctl.hxx @@ -65,7 +65,7 @@ class SVX_DLLPUBLIC GraphCtrl : public weld::CustomWidgetController bool mbInIdleUpdate; weld::Dialog* mpDialog; - DECL_LINK( UpdateHdl, Timer*, void ); + DECL_DLLPRIVATE_LINK( UpdateHdl, Timer*, void ); rtl::Reference<SvxGraphCtrlAccessibleContext> mpAccContext; |