diff options
Diffstat (limited to 'sc/source/ui/sidebar/CellLineStylePopup.hxx')
-rw-r--r-- | sc/source/ui/sidebar/CellLineStylePopup.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellLineStylePopup.hxx b/sc/source/ui/sidebar/CellLineStylePopup.hxx index 7e908291c17c..d72128c29462 100644 --- a/sc/source/ui/sidebar/CellLineStylePopup.hxx +++ b/sc/source/ui/sidebar/CellLineStylePopup.hxx @@ -30,7 +30,7 @@ class CellLineStylePopup : public svx::sidebar::Popup public: CellLineStylePopup( vcl::Window* pParent, - const ::std::function<svx::sidebar::PopupControl* (svx::sidebar::PopupContainer*)>& rControlCreator); + const ::std::function<Control* (svx::sidebar::PopupContainer*)>& rControlCreator); virtual ~CellLineStylePopup() override; void SetLineStyleSelect(sal_uInt16 out, sal_uInt16 in, sal_uInt16 dis); |