diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-15 09:58:16 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:36 +0100 |
commit | c6b5466cea171446bf3abed91c5b29aeb875f952 (patch) | |
tree | 9774245a96a2986d3a16edc303e7d29568c2d6e8 /include/sfx2 | |
parent | 5429bcb3f04476486f0644bbad297f5a19d53bac (diff) |
various build fixes
Change-Id: I07002afa93dbf1e3b0a9829970c548abff81d55b
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index 6bc9a34552b6..4d5625c3961a 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -85,8 +85,8 @@ private: DECL_LINK(ClickHandler, ToolBox*); DECL_LINK(DoubleClickHandler, ToolBox*); DECL_LINK(SelectHandler, ToolBox*); - DECL_LINK(Activate, ToolBox*); - DECL_LINK(Deactivate, ToolBox*); + DECL_LINK(ActivateToolBox, ToolBox*); + DECL_LINK(DeactivateToolBox, ToolBox*); void CreateController ( const sal_uInt16 nItemId, |