summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/TableDesignPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/TableDesignPanel.hxx')
-rw-r--r--sd/source/ui/sidebar/TableDesignPanel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/TableDesignPanel.hxx b/sd/source/ui/sidebar/TableDesignPanel.hxx
index 032c9572e6a1..25d125dc510a 100644
--- a/sd/source/ui/sidebar/TableDesignPanel.hxx
+++ b/sd/source/ui/sidebar/TableDesignPanel.hxx
@@ -33,12 +33,12 @@ public:
virtual ~TableDesignPanel (void);
// ILayoutableWindow
- virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth);
+ virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth) SAL_OVERRIDE;
protected:
virtual ::Window* CreateWrappedControl (
::Window* pParentWindow,
- ViewShellBase& rViewShellBase);
+ ViewShellBase& rViewShellBase) SAL_OVERRIDE;
};
} } // end of namespace sd::sidebar