summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-23 08:57:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-23 09:40:03 +0100
commitcaa5a3ae55965290b0122e73191de691acf23b3f (patch)
tree9030171631574872187d7dedf3ab96f792373c56 /oovbaapi
parent7062961299eab7b2ba2444871a3faf09265d7662 (diff)
coverity#707379 Uncaught exception
Change-Id: Icaf92098dd7c9b9b6094212d62f5209c63d823d8
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/word/XOptions.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/word/XOptions.idl b/oovbaapi/ooo/vba/word/XOptions.idl
index 158fc6515992..497f7782e323 100644
--- a/oovbaapi/ooo/vba/word/XOptions.idl
+++ b/oovbaapi/ooo/vba/word/XOptions.idl
@@ -42,7 +42,7 @@ interface XOptions
[attribute] boolean AutoFormatApplyLists;
[attribute] boolean AutoFormatApplyBulletedLists;
- any DefaultFilePath( [in] long Path );
+ any DefaultFilePath( [in] long Path ) raises (com::sun::star::script::BasicErrorException);
};
}; }; };
y: Caolán McNamara <caolanm@redhat.com> 2013-10-15Some string clean-upStephan Bergmann Change-Id: Ic046150605c599746ed3235c04bcbc981e18e589 2013-10-15Use OUString::replaceAllStephan Bergmann Change-Id: Ide87f07a97a51d924947f7959016164b98ab43f9 2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza Change-Id: I683c0d30c3286ed5d725d4eefe8b3977b82ee316 Reviewed-on: https://gerrit.libreoffice.org/6035 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> 2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold Change-Id: Icd07fba84735325408741ad10864c63ea32a6481 2013-10-03CID#705646 leak on error pathCaolán McNamara Change-Id: I3b701f47bbd4141127e209673a4ce9335d68ca2a 2013-10-03CID#705647 leak on error pathCaolán McNamara Change-Id: I6e52bfb34e7c4be0d17dfa7849d4a96248aa49b4 2013-10-02Spell "indices" correctlyTor Lillqvist Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f 2013-10-02-Werror,-Wunused-variableStephan Bergmann Change-Id: I57cb3540cb94dcf39252a87b56cba3856cba9c01 2013-10-01extensions: kill StarOffice/StarSuite branding in browser pluginMichael Stahl Change-Id: Ia4c291936ad0b31e67d8edb046424d29462171b5 2013-10-01extensions: fix swapped "insert" parametersMichael Stahl Change-Id: If9667cad9fcc0ff3b1cc8d36c0619d80d7f3e2b9 2013-10-01convert extensions module from String to OUStringNoel Grandin Change-Id: Ia0cb9fe1eaebdd295fb1742074fe2c48be61c077 2013-09-26typo fixes in commentsAndras Timar Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab 2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc 2013-09-23Try to fix cross-compilationTor Lillqvist Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255 2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl Refactor everything to find and link libraries directly in INSTDIR. - add gb_LinkTarget_get_linksearchpath_for_layer, and use it to set up -L paths for T_LDFLAGS in such a way that only allowed libraries can be linked against; i.e. it's not possible to link URE linktargets against OOO or not-installed libraries - gb_Library_get_target is now same as the gb_LinkTarget_get_target (TODO: this needs cleanup) - since a pattern rule won't work for linking libraries in INSTDIR, add a separate per-file rule for every INSTDIR lib - pattern rule can't find link target in the clean target any more so add a LINKTARGET variable - disable gb_Library_add_auxtarget, no auxtargets need to be copied - tweak the call to gb_Library_Library_platform to pass in a path in sdk/lib for the versioned URE libs - fix the Library clean target - add LAYER parameter to gb_LinkTarget_LinkTarget - adjust platform link commands - MSVC link command now uses explicit -manifestfile and -pdb parameters to keep misc. files out of INSTDIR - remove gb_Helper_OUTDIR_FOR_BUILDLIBDIR - adjust Extension, CppunitTest, JunitTest, PythonTest, Gallery, various CustomTargets to search INSTDIR - remove SDK library symlinks and import libs from odk/Package_lib - on Mac OS X, put .dylib symlinks into sdk/lib even though those are not packaged and would be created by the SDK configury; we need these to be somewhere for linking anyway - add a (unfortunately cyclic) dependency on Package ure_install to sal Change-Id: I70d88742f8c8232ad7b9521416275c67b64fe6cf