summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namedefdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/namedefdlg.hxx')
-rw-r--r--sc/source/ui/inc/namedefdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/namedefdlg.hxx b/sc/source/ui/inc/namedefdlg.hxx
index aa9861cd278f..0aa08781d574 100644
--- a/sc/source/ui/inc/namedefdlg.hxx
+++ b/sc/source/ui/inc/namedefdlg.hxx
@@ -44,8 +44,8 @@ private:
std::unique_ptr<weld::Entry> m_xEdName;
- std::unique_ptr<formula::WeldRefEdit> m_xEdRange;
- std::unique_ptr<formula::WeldRefButton> m_xRbRange;
+ std::unique_ptr<formula::RefEdit> m_xEdRange;
+ std::unique_ptr<formula::RefButton> m_xRbRange;
std::unique_ptr<weld::ComboBox> m_xLbScope;
@@ -69,7 +69,7 @@ private:
DECL_LINK( CancelBtnHdl, weld::Button&, void );
DECL_LINK( AddBtnHdl, weld::Button&, void );
DECL_LINK( NameModifyHdl, weld::Entry&, void );
- DECL_LINK( AssignGetFocusHdl, formula::WeldRefEdit&, void );
+ DECL_LINK( AssignGetFocusHdl, formula::RefEdit&, void );
protected:
virtual void RefInputDone( bool bForced = false ) override;