summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/CellLineStyleControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/CellLineStyleControl.hxx')
-rw-r--r--sc/source/ui/sidebar/CellLineStyleControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleControl.hxx b/sc/source/ui/sidebar/CellLineStyleControl.hxx
index 36d2347ac379..247d419bf410 100644
--- a/sc/source/ui/sidebar/CellLineStyleControl.hxx
+++ b/sc/source/ui/sidebar/CellLineStyleControl.hxx
@@ -47,9 +47,9 @@ private:
public:
CellLineStyleControl(vcl::Window* pParent, CellAppearancePropertyPanel& rPanel);
virtual ~CellLineStyleControl();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
- void GetFocus() SAL_OVERRIDE;
+ void GetFocus() override;
void SetLineStyleSelect(sal_uInt16 out, sal_uInt16 in, sal_uInt16 dis);
};