diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-13 22:24:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-13 22:26:22 +0200 |
commit | a53808c0ed577468393aced90963af6496706959 (patch) | |
tree | 3f858f7115bda93d4ed90463c271f9597599fd20 /cui | |
parent | ccfbc9d3ac83fa238d6240b5365dc7572c64d241 (diff) |
loplugin:dllprivate
Change-Id: I1fe70a39c50aba8b84c117653185fc37dbbfeab0
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/macroass.hxx | 12 | ||||
-rw-r--r-- | cui/source/inc/macropg.hxx | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/cui/source/inc/macroass.hxx b/cui/source/inc/macroass.hxx index c5f339c0d147..056f337a53b5 100644 --- a/cui/source/inc/macroass.hxx +++ b/cui/source/inc/macroass.hxx @@ -36,14 +36,14 @@ class SfxMacroTabPage_Impl; class SfxMacroTabPage : public SfxTabPage { SvxMacroTableDtor aTbl; - DECL_DLLPRIVATE_LINK_TYPED( SelectEvent_Impl, SvTreeListBox*, void ); - DECL_DLLPRIVATE_LINK_TYPED( SelectGroup_Impl, SvTreeListBox*, void ); - DECL_DLLPRIVATE_LINK_TYPED( SelectMacro_Impl, SvTreeListBox*, void ); + DECL_LINK_TYPED( SelectEvent_Impl, SvTreeListBox*, void ); + DECL_LINK_TYPED( SelectGroup_Impl, SvTreeListBox*, void ); + DECL_LINK_TYPED( SelectMacro_Impl, SvTreeListBox*, void ); - DECL_DLLPRIVATE_LINK_TYPED( AssignDeleteHdl_Impl, SvTreeListBox*, bool ); - DECL_DLLPRIVATE_LINK_TYPED( AssignDeleteClickHdl_Impl, Button *, void ); + DECL_LINK_TYPED( AssignDeleteHdl_Impl, SvTreeListBox*, bool ); + DECL_LINK_TYPED( AssignDeleteClickHdl_Impl, Button *, void ); bool AssignDeleteHdl(Control *); - DECL_DLLPRIVATE_LINK_TYPED( TimeOut_Impl, Idle*, void ); + DECL_LINK_TYPED( TimeOut_Impl, Idle*, void ); protected: std::unique_ptr<SfxMacroTabPage_Impl> mpImpl; diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx index f0e0648282b3..fb9860012a11 100644 --- a/cui/source/inc/macropg.hxx +++ b/cui/source/inc/macropg.hxx @@ -118,7 +118,7 @@ public: SvxMacroAssignSingleTabDialog(vcl::Window* pParent, const SfxItemSet& rOptionsSet); private: - DECL_DLLPRIVATE_LINK_TYPED( OKHdl_Impl, Button *, void ); + DECL_LINK_TYPED( OKHdl_Impl, Button *, void ); }; |