Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin | |
which seem to have snuck back in since the great rounds of removals. Change-Id: I85f7f5f4801c0b48dae8b50f51f83595b286d6a1 Reviewed-on: https://gerrit.libreoffice.org/62229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> | |||
2018-04-09 | Remove std::bad_alloc -> css::uno::RuntimeException mappings | Stephan Bergmann | |
...that are no longer needed now that the dynamic exception specifications are gone from C++ UNO, so won't cause std::unexpected any more. Change-Id: Ie3418658f5a84e6cec1ac48e3413f523f87497fe Reviewed-on: https://gerrit.libreoffice.org/52641 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> | |||
2017-01-27 | Remove dynamic exception specifications from !LIBO_INTERNAL_ONLY | Stephan Bergmann | |
...only odk/examples/ remains to be clean up Change-Id: I875a1e8d6750b6b007bd75126b8010273e1f32d5 | |||
2017-01-26 | ure/source/uretest is !LIBO_INTERNAL_ONLY | Stephan Bergmann | |
...so revert the relevant parts of d1a9c73ea16f5b4838f639ce2bb2226d9b9b334a "tdf#88206 replace cppu::WeakImplHelper* misc" Change-Id: I0ee5bf227fc541672dfb73e57657640cbccbf7f3 | |||
2016-12-07 | tdf#88206 replace cppu::WeakImplHelper* misc | Jochen Nitschke | |
also edited two examples in canvas comments Change-Id: Iac82b462168f869f995c33bb2c639f3dbe09cbd5 Reviewed-on: https://gerrit.libreoffice.org/31715 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> | |||
2015-09-15 | Revert cppuhelper/implbase.hxx usage in non-LIBO_INTERNAL_ONLY code, again | Stephan Bergmann | |
Change-Id: I8c40f4ea79941e7ca5438ff9756f62988719cebc | |||
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | |
with the variadic variants. Change-Id: I7154f9472f02fdf47d27ba715db55bb1ec669a8a Reviewed-on: https://gerrit.libreoffice.org/18580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> |