diff options
author | August Sodora <augsod@gmail.com> | 2012-01-11 23:48:30 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-11 23:48:30 -0500 |
commit | 17964c4f5a3aa25099b62db0e7652905cdf051a1 (patch) | |
tree | 8ec9dfd97bf3f6316dc4a4a71542170fea684b25 /sfx2 | |
parent | 5cf36e9739a46ce20c4a3588962a04c6c4d1a72d (diff) |
Remove unused locals
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/linkmgr2.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx index b7c5f2a22c9a..b7a4970f4f2f 100644 --- a/sfx2/source/appl/linkmgr2.cxx +++ b/sfx2/source/appl/linkmgr2.cxx @@ -300,9 +300,6 @@ void LinkManager::UpdateAllLinks( sal_Bool bUpdateGrfLinks, Window* pParentWin ) { - SvStringsDtor aApps, aTopics, aItems; - String sApp, sTopic, sItem; - // First make a copy of the array in order to update links // links in ... no contact between them! SvPtrarr aTmpArr( 255, 50 ); |