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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/sidebar/PanelLayout.hxx b/include/svx/sidebar/PanelLayout.hxx
index 09386a697cb8..70c96db21b06 100644
--- a/include/svx/sidebar/PanelLayout.hxx
+++ b/include/svx/sidebar/PanelLayout.hxx
@@ -35,11 +35,11 @@ public:
PanelLayout(vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription,
const com::sun::star::uno::Reference<com::sun::star::frame::XFrame> &rFrame);
virtual ~PanelLayout();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
- virtual Size GetOptimalSize() const SAL_OVERRIDE;
- virtual void setPosSizePixel(long nX, long nY, long nWidth, long nHeight, PosSizeFlags nFlags = PosSizeFlags::All) SAL_OVERRIDE;
- virtual void queue_resize(StateChangedType eReason = StateChangedType::Layout) SAL_OVERRIDE;
+ virtual Size GetOptimalSize() const override;
+ virtual void setPosSizePixel(long nX, long nY, long nWidth, long nHeight, PosSizeFlags nFlags = PosSizeFlags::All) override;
+ virtual void queue_resize(StateChangedType eReason = StateChangedType::Layout) override;
};