Kaydet (Commit) e1afea91 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove unnecessary base class

Change-Id: Iaa1890d11f9bfba7a8b0996b9adf79b781bcd8bf
üst e93f9b39
...@@ -446,14 +446,6 @@ void ChartElementsPanel::HandleContextChange( ...@@ -446,14 +446,6 @@ void ChartElementsPanel::HandleContextChange(
updateData(); updateData();
} }
void ChartElementsPanel::NotifyItemUpdate(
sal_uInt16 /*nSID*/,
SfxItemState /*eState*/,
const SfxPoolItem* /*pState*/,
const bool )
{
}
void ChartElementsPanel::modelInvalid() void ChartElementsPanel::modelInvalid()
{ {
mbModelValid = false; mbModelValid = false;
......
...@@ -40,7 +40,6 @@ namespace sidebar { ...@@ -40,7 +40,6 @@ namespace sidebar {
class ChartElementsPanel : public PanelLayout, class ChartElementsPanel : public PanelLayout,
public ::sfx2::sidebar::IContextChangeReceiver, public ::sfx2::sidebar::IContextChangeReceiver,
public ::sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface,
public sfx2::sidebar::SidebarModelUpdate, public sfx2::sidebar::SidebarModelUpdate,
public ChartSidebarModifyListenerParent public ChartSidebarModifyListenerParent
{ {
...@@ -56,18 +55,14 @@ public: ...@@ -56,18 +55,14 @@ public:
virtual void HandleContextChange( virtual void HandleContextChange(
const ::sfx2::sidebar::EnumContext& rContext) SAL_OVERRIDE; const ::sfx2::sidebar::EnumContext& rContext) SAL_OVERRIDE;
virtual void NotifyItemUpdate(
const sal_uInt16 nSId,
const SfxItemState eState,
const SfxPoolItem* pState,
const bool bIsEnabled) SAL_OVERRIDE;
// constructor/destuctor // constructor/destuctor
ChartElementsPanel( ChartElementsPanel(
vcl::Window* pParent, vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame, const css::uno::Reference<css::frame::XFrame>& rxFrame,
ChartController* pController); ChartController* pController);
virtual ~ChartElementsPanel(); virtual ~ChartElementsPanel();
virtual void dispose() SAL_OVERRIDE; virtual void dispose() SAL_OVERRIDE;
virtual void updateData() SAL_OVERRIDE; virtual void updateData() SAL_OVERRIDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment