summaryrefslogtreecommitdiff
path: root/include/sfx2/docinsert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/docinsert.hxx')
-rw-r--r--include/sfx2/docinsert.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/docinsert.hxx b/include/sfx2/docinsert.hxx
index 62d43deee264..95108a24b8d7 100644
--- a/include/sfx2/docinsert.hxx
+++ b/include/sfx2/docinsert.hxx
@@ -39,7 +39,7 @@ class SFX2_DLLPUBLIC DocumentInserter
private:
OUString m_sDocFactory;
OUString m_sFilter;
- Link m_aDialogClosedLink;
+ Link<> m_aDialogClosedLink;
sal_Int64 const m_nDlgFlags;
ErrCode m_nError;
@@ -55,7 +55,7 @@ public:
bool const bEnableMultiSelection = false);
~DocumentInserter();
- void StartExecuteModal( const Link& _rDialogClosedLink );
+ void StartExecuteModal( const Link<>& _rDialogClosedLink );
SfxMedium* CreateMedium();
SfxMediumList* CreateMediumList();