diff options
Diffstat (limited to 'include/sfx2/sidebar/ControlFactory.hxx')
-rw-r--r-- | include/sfx2/sidebar/ControlFactory.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/sidebar/ControlFactory.hxx b/include/sfx2/sidebar/ControlFactory.hxx index be66aecb331b..af6d77121360 100644 --- a/include/sfx2/sidebar/ControlFactory.hxx +++ b/include/sfx2/sidebar/ControlFactory.hxx @@ -42,10 +42,6 @@ public: static CheckBox* CreateMenuButton (Window* pParentWindow); static ImageRadioButton* CreateTabItem (Window* pParentWindow); - - static ImageRadioButton* CreateCustomImageRadionButton( - Window* pParentWindow, - const ResId& rResId ); }; |