summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/reffact.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/reffact.hxx')
-rw-r--r--sc/source/ui/inc/reffact.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/reffact.hxx b/sc/source/ui/inc/reffact.hxx
index 650ac840d8b7..6d12f0ed4246 100644
--- a/sc/source/ui/inc/reffact.hxx
+++ b/sc/source/ui/inc/reffact.hxx
@@ -160,9 +160,9 @@ class ScSimpleRefDlgWrapper: public SfxChildWindow
static void SetDefaultPosSize(Point aPos, Size aSize, bool bSet = true);
void SetRefString(const OUString& rStr);
- void SetCloseHdl( const Link& rLink );
- void SetUnoLinks( const Link& rDone, const Link& rAbort,
- const Link& rChange );
+ void SetCloseHdl( const Link<>& rLink );
+ void SetUnoLinks( const Link<>& rDone, const Link<>& rAbort,
+ const Link<>& rChange );
void SetFlags( bool bCloseOnButtonUp, bool bSingleCell, bool bMultiSelection );
static void SetAutoReOpen(bool bFlag);