summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/unoobj/dapiuno.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx
index 36fba0c7ab45..10e677efd882 100644
--- a/sc/source/ui/unoobj/dapiuno.cxx
+++ b/sc/source/ui/unoobj/dapiuno.cxx
@@ -2539,7 +2539,8 @@ bool ScDataPilotFieldObj::HasString(const Sequence< OUString >& rItems, const OU
// XDataPilotFieldGrouping
Reference< XDataPilotField > SAL_CALL ScDataPilotFieldObj::createNameGroup( const Sequence< OUString >& rItems )
- throw (RuntimeException, IllegalArgumentException)
+ throw (RuntimeException, IllegalArgumentException,
+ std::exception)
{
SolarMutexGuard aGuard;
backDlgCaolán McNamara 2018-05-17weld MasterPasswordCreateDialog and MasterPasswordDialogCaolán McNamara 2018-04-11weld LoginDialogCaolán McNamara 2018-04-09Remove std::bad_alloc -> css::uno::RuntimeException mappingsStephan Bergmann 2018-04-05enable mapping direct from awt::XWindow and weld::WindowCaolán McNamara 2018-04-01remove unused processfactory.hxx includesJochen Nitschke 2018-03-22weld PasswordToOpenModifyDialogCaolán McNamara 2018-03-20drop unnecessary includesCaolán McNamara 2018-03-16Related: tdf#115964 convert the problematic dialog to a native gtk3 oneCaolán McNamara 2018-01-15More loplugin:cstylecast: uuiStephan Bergmann 2018-01-12tdf#114939 sfx2: notify user of non-interoperable passwordsMichael Stahl 2018-01-05remove NoPath from LoginFlagsNoel Grandin 2018-01-04loplugin:unusedfieldsNoel Grandin 2017-10-23loplugin:includeform: uuiStephan Bergmann 2017-08-01move resmgr to unotoolsCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke 2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock 2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock 2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-03use actual UNO enums in test..vbahelperNoel Grandin 2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin 2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl 2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin 2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin 2016-11-25convert LF constants to o3tl::typed_flagsNoel Grandin 2016-11-09uui: fix use-after-free on password dialogMichael Stahl 2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara 2016-09-07loplugin:constantparam in vclNoel Grandin 2016-07-29VclPtr: password prompts never disposeCaolán McNamara 2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann