summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/CellLineStylePopup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/CellLineStylePopup.hxx')
-rw-r--r--sc/source/ui/sidebar/CellLineStylePopup.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellLineStylePopup.hxx b/sc/source/ui/sidebar/CellLineStylePopup.hxx
index 76ac74deeaa9..7e908291c17c 100644
--- a/sc/source/ui/sidebar/CellLineStylePopup.hxx
+++ b/sc/source/ui/sidebar/CellLineStylePopup.hxx
@@ -31,7 +31,7 @@ public:
CellLineStylePopup(
vcl::Window* pParent,
const ::std::function<svx::sidebar::PopupControl* (svx::sidebar::PopupContainer*)>& rControlCreator);
- virtual ~CellLineStylePopup();
+ virtual ~CellLineStylePopup() override;
void SetLineStyleSelect(sal_uInt16 out, sal_uInt16 in, sal_uInt16 dis);
};