office-gobmx/sax
Noel Grandin 0b23eec200 teach refcounting clang plugin about uno::Reference
uno::Reference is only allowed to used with classes that have a
::static_type member.
So convert all those places to rtl::Reference.

Maybe we need some LIBO_INTERNAL_ONLY constructors on rtl::Reference and
uno::Reference to make this a little smoother?

Change-Id: Icdcb35d71ca40a87b1dc474096776412adbfc7e3
Reviewed-on: https://gerrit.libreoffice.org/25516
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-31 06:25:45 +00:00
..
inc
qa teach refcounting clang plugin about uno::Reference 2016-05-31 06:25:45 +00:00
source Replace fallthrough comments with new SAL_FALLTHROUGH macro 2016-05-10 16:42:16 +02:00
test
CppunitTest_sax.mk
CppunitTest_sax_attributes.mk
CppunitTest_sax_parser.mk
CppunitTest_sax_xmlimport.mk First cut at adding sax2/ unit tests. 2016-05-19 09:36:32 +00:00
Library_expwrap.mk
Library_sax.mk
Makefile
Module_sax.mk First cut at adding sax2/ unit tests. 2016-05-19 09:36:32 +00:00
README

Wrapper around expat using UNO.