editeng: make Link<> usage typed

Desktop / LibreOffice - Noel Grandin [gmail.com] - 13 July 2015 01:58 UTC

Change-Id: Iec36c7e4f4fbc2ee2ee25d4d0c8488340ba7d8c4 Reviewed-on: https://gerrit.libreoffice.org/16968

2970ec8 editeng: make Link<> usage typed
editeng/source/outliner/outliner.cxx | 13 +-
filter/source/svg/svgexport.cxx | 7 +-
filter/source/svg/svgfilter.hxx | 6 +-
include/editeng/outliner.hxx | 88 +++---
include/svx/svdedxv.hxx | 8 +-
sc/inc/scmod.hxx | 2 +-
sc/source/ui/app/scmod.cxx | 62 ++--
sd/inc/sdmod.hxx | 2 +-
sd/source/ui/app/sdmod2.cxx | 407 +++++++++++++--------------
sd/source/ui/func/fuinsfil.cxx | 22 +-
sd/source/ui/inc/OutlineView.hxx | 16 +-
sd/source/ui/inc/View.hxx | 4 +-
sd/source/ui/view/outlview.cxx | 188 ++++++-------
sd/source/ui/view/sdview.cxx | 6 +-
svx/source/svdraw/svdedxv.cxx | 23 +-
svx/source/svdraw/svdotextdecomposition.cxx | 24 +-
svx/source/unodraw/UnoGraphicExporter.cxx | 12 +-
sw/inc/doc.hxx | 2 +-
sw/source/core/doc/docdraw.cxx | 114 ++++----
19 files changed, 479 insertions(+), 527 deletions(-)

Upstream: cgit.freedesktop.org


  • Share