office-gobmx/sax
Matthew Pottage 4f7a1f5b94 fdo#75757: Remove inheritance from std::vector
Deprecated comphelper/sequenceasvector.hxx.

Rewritten code using it. Using instead the functions containerToSequence and
sequenceToContainer, found in include/comphelper/sequence.hxx.

One class that inherits from it (in framework/inc/stdtypes.h), and
the code using that has been left.

Signed-off-by: Michael Stahl <mstahl@redhat.com>

Conflicts:
	writerfilter/source/dmapper/DomainMapper.cxx
	writerfilter/source/dmapper/TblStylePrHandler.hxx
	writerfilter/source/dmapper/WrapPolygonHandler.hxx

Change-Id: Ice61c94ffb052e389281aebb7cdf185134221061
2015-02-06 23:06:58 +01:00
..
inc
qa/cppunit fdo#75757: Remove inheritance from std::vector 2015-02-06 23:06:58 +01:00
source fdo#75757: Remove inheritance from std::vector 2015-02-06 23:06:58 +01:00
test
CppunitTest_sax.mk
CppunitTest_sax_attributes.mk
CppunitTest_sax_parser.mk
Library_expwrap.mk
Library_sax.mk
Makefile
Module_sax.mk
README

Wrapper around expat using UNO.