diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-16 10:29:17 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-17 08:19:32 +0200 |
commit | cd015186a0b30eefba1ce283a7cbb9e0f0d5e598 (patch) | |
tree | 20fcad4464d42621bbd1c74e10ddd379eb462d32 /include | |
parent | b98fb89598a400b33a47ceebafe1604c03c829dc (diff) |
convert Link<> to typed
Change-Id: I51faff15782238620de5abf424aa237648a5c55f
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editeng.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index 5bdae2058805..90fc7cc408fa 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -372,8 +372,8 @@ public: void SetNotifyHdl( const Link<EENotify&,void>& rLink ); Link<EENotify&,void> GetNotifyHdl() const; - void SetImportHdl( const Link<>& rLink ); - Link<> GetImportHdl() const; + void SetImportHdl( const Link<ImportInfo&,void>& rLink ); + Link<ImportInfo&,void> GetImportHdl() const; // Do not evaluate font formatting => For Outliner bool IsFlatMode() const; |