summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-28 16:36:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-01 11:48:54 +0100
commitd559c28e9e65f3be415ec2e36ee90aa147e65b84 (patch)
treeccd15359825537da4ae46d80539652e25fc12bac /include/cppuhelper
parentmake SAL_DEBUG add newline in Windows debug console too (diff)
downloadcore-d559c28e9e65f3be415ec2e36ee90aa147e65b84.tar.gz
core-d559c28e9e65f3be415ec2e36ee90aa147e65b84.zip
expand out IMPL_XTYPEPROVIDER_START macro
and make cppu::OTypeCollection::getTypes be const Change-Id: I2dd1c0bacb2e1872f8b7a0da72f73013b04bef3c Reviewed-on: https://gerrit.libreoffice.org/68536 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/typeprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/typeprovider.hxx b/include/cppuhelper/typeprovider.hxx
index eed17d4925d1..2cc776c78fcd 100644
--- a/include/cppuhelper/typeprovider.hxx
+++ b/include/cppuhelper/typeprovider.hxx
@@ -158,7 +158,7 @@ public:
@return type collection
*/
- css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
+ css::uno::Sequence< css::uno::Type > const & SAL_CALL getTypes() const
{ return _aTypes; }
};