vcl: split exception types from input types

Desktop / LibreOffice - Chris Sherlock [gmail.com] - 5 February 2016 19:55 UTC

Having them in the file apptypes.hxx isn't necessary helpful, IMO so I've split the types into inputtypes.hxx and exceptiontypes.hxx

249e3d6 vcl: split exception types from input types
basctl/inc/pch/precompiled_basctl.hxx | 20 +++++--
cppcanvas/inc/pch/precompiled_cppcanvas.hxx | 9 +--
cui/inc/pch/precompiled_cui.hxx | 23 ++++++--
dbaccess/inc/pch/precompiled_dbaxml.hxx | 7 +--
dbaccess/inc/pch/precompiled_dbmm.hxx | 7 +--
desktop/inc/pch/precompiled_sofficeapp.hxx | 8 +--
drawinglayer/inc/pch/precompiled_drawinglayer.hxx | 10 ++--
forms/inc/pch/precompiled_frm.hxx | 8 +--
framework/inc/pch/precompiled_fwe.hxx | 9 ++-
framework/inc/pch/precompiled_fwl.hxx | 13 +++--
include/vcl/apptypes.hxx | 50 -----------------
include/vcl/exceptiontypes.hxx | 31 +++++++++++
include/vcl/inputtypes.hxx | 43 ++++++++++++++
include/vcl/svapp.hxx | 7 ++-
include/vcl/window.hxx | 2 +-
reportdesign/inc/pch/precompiled_rpt.hxx | 8 +--
reportdesign/inc/pch/precompiled_rptui.hxx | 9 +--
sc/inc/pch/precompiled_sc.hxx | 11 ++--
sd/inc/pch/precompiled_sdui.hxx | 11 ++--
slideshow/inc/pch/precompiled_slideshow.hxx | 9 +--
starmath/inc/pch/precompiled_sm.hxx | 11 +---
sw/inc/pch/precompiled_msword.hxx | 17 ++++--
sw/inc/pch/precompiled_swui.hxx | 24 +++++---
sw/inc/pch/precompiled_vbaswobj.hxx | 14 ++---
vbahelper/inc/pch/precompiled_msforms.hxx | 13 +++--
vbahelper/inc/pch/precompiled_vbahelper.hxx | 12 ++--
vcl/headless/svpinst.cxx | 28 +++++-----
vcl/source/app/svapp.cxx | 62 ++++++++++-----------
vcl/source/app/svmain.cxx | 58 +++++++++----------
vcl/unx/generic/app/salinst.cxx | 26 ++++-----
vcl/unx/gtk/gtkinst.cxx | 2 +-
vcl/win/app/salinst.cxx | 26 ++++-----
xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx | 6 +-
33 files changed, 321 insertions(+), 273 deletions(-)

Upstream: cgit.freedesktop.org


  • Share