diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-08 08:53:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-09 10:06:11 +0200 |
commit | 7a39ae04220d70caef0335ed47452b36cd2e98c7 (patch) | |
tree | c04e69b8e818482da1a9bf797a09b479613fe4d0 /include/svx | |
parent | caec9ce01ea252e2661b7275da542a41526ff3f6 (diff) |
convert Link<> to typed
Change-Id: I49bf8192a2f5295890ead8ddc2452a5de4c93b20
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdetc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx index d026cc1ee4b4..d69ea2a1146f 100644 --- a/include/svx/svdetc.hxx +++ b/include/svx/svdetc.hxx @@ -144,10 +144,10 @@ private: sal_uIntPtr nObjCount; // Count of selected objects sal_uIntPtr nCurObj; // Current object - Link<> *pLink; + Link<void*,bool> maLink; public: - SvdProgressInfo( Link<> *_pLink ); + SvdProgressInfo( const Link<void*,bool>& _pLink ); void Init( sal_uIntPtr _nSumActionCount, sal_uIntPtr _nObjCount ); |