summaryrefslogtreecommitdiff
path: root/cppuhelper/qa/weak/test_weak.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/qa/weak/test_weak.cxx')
-rw-r--r--cppuhelper/qa/weak/test_weak.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/qa/weak/test_weak.cxx b/cppuhelper/qa/weak/test_weak.cxx
index 2a1d23e1c2a8..e37131c9f543 100644
--- a/cppuhelper/qa/weak/test_weak.cxx
+++ b/cppuhelper/qa/weak/test_weak.cxx
@@ -38,7 +38,7 @@ class Reference: public cppu::WeakImplHelper< css::uno::XReference > {
public:
Reference(): m_disposed(false) {}
- void SAL_CALL dispose() throw (css::uno::RuntimeException) override {
+ void SAL_CALL dispose() override {
m_disposed = true;
handleDispose();
}
a938355cbb48162695d38'>gbuildification of ucbhelperNorbert Thiebaud 2012-06-16revert gmk4Norbert Thiebaud 2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin 2012-06-04CMIS ucp: write documents back to CMIS serverCédric Bosdonnat 2012-06-02targeted string re-workNorbert Thiebaud 2012-05-29targeted string re-workNorbert Thiebaud 2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold 2012-05-02Cleaned up CommandLineArgsStephan Bergmann 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-04-02reorganize trickier staticsCaolán McNamara 2012-03-29Revert "Initial experiments with static linking of (some) ..."Tor Lillqvist 2012-03-28Add an InitUCBHelper function to be called from an Android app's Java levelTor Lillqvist 2012-03-21Initial experiments with static linking of (some) components / servicesTor Lillqvist 2012-03-21Bin declaration of nonexistent static methodTor Lillqvist 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2012-03-09callcatcher: update listCaolán McNamara 2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann 2012-02-27callcatcher: update listCaolán McNamara 2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann 2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-01-20ucbhelper::GetLocalFileURL does not use its arg.Stephan Bergmann 2012-01-19Fix for fdo43460 Part XLI getLength() to isEmpty()Olivier Hallot