summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/optsolver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/optsolver.hxx')
-rw-r--r--sc/source/ui/inc/optsolver.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx
index 1a9acfa1f072..d48d78da49a2 100644
--- a/sc/source/ui/inc/optsolver.hxx
+++ b/sc/source/ui/inc/optsolver.hxx
@@ -36,12 +36,12 @@ namespace com { namespace sun { namespace star {
class ScCursorRefEdit : public formula::RefEdit
{
- Link maCursorUpLink;
- Link maCursorDownLink;
+ Link<> maCursorUpLink;
+ Link<> maCursorDownLink;
public:
ScCursorRefEdit( vcl::Window* pParent, vcl::Window *pLabel );
- void SetCursorLinks( const Link& rUp, const Link& rDown );
+ void SetCursorLinks( const Link<>& rUp, const Link<>& rDown );
protected:
virtual void KeyInput( const KeyEvent& rKEvt ) SAL_OVERRIDE;