summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index a4fc6fa6a959..ac2726d1f00c 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -111,9 +111,9 @@ namespace editeng { class SvxBorderLine; }
class ScLinkListener : public SvtListener
{
- Link aLink;
+ Link<> aLink;
public:
- ScLinkListener(const Link& rL) : aLink(rL) {}
+ ScLinkListener(const Link<>& rL) : aLink(rL) {}
virtual ~ScLinkListener();
virtual void Notify( const SfxHint& rHint ) SAL_OVERRIDE;
};