summaryrefslogtreecommitdiff
path: root/include/svx/sidebar/PanelLayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sidebar/PanelLayout.hxx')
-rw-r--r--include/svx/sidebar/PanelLayout.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sidebar/PanelLayout.hxx b/include/svx/sidebar/PanelLayout.hxx
index 74b5385f81bd..3dc4bfcee18d 100644
--- a/include/svx/sidebar/PanelLayout.hxx
+++ b/include/svx/sidebar/PanelLayout.hxx
@@ -34,9 +34,9 @@ public:
const com::sun::star::uno::Reference<com::sun::star::frame::XFrame> &rFrame);
virtual ~PanelLayout();
- virtual Size GetOptimalSize() const;
- virtual void setPosSizePixel(long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags = WINDOW_POSSIZE_ALL);
- virtual void queue_resize();
+ virtual Size GetOptimalSize() const SAL_OVERRIDE;
+ virtual void setPosSizePixel(long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags = WINDOW_POSSIZE_ALL) SAL_OVERRIDE;
+ virtual void queue_resize() SAL_OVERRIDE;
};