View | Details | Raw Unified | Return to issue 16856
Collapse All | Expand All

(-)inc/txtimp.hxx (-1 / +1 lines)
Lines 519-525 Link Here
519
519
520
	// access, lazy initialization and destruction of backpatchers
520
	// access, lazy initialization and destruction of backpatchers
521
	// Code is implemented in XMLPropertyBackpatcher.cxx
521
	// Code is implemented in XMLPropertyBackpatcher.cxx
522
#ifndef MACOSX
522
#if     !(defined(MACOSX) && (__GNUC__ < 3))
523
	inline XMLPropertyBackpatcher<sal_Int16>& GetFootnoteBP();
523
	inline XMLPropertyBackpatcher<sal_Int16>& GetFootnoteBP();
524
	inline XMLPropertyBackpatcher<sal_Int16>& GetSequenceIdBP();
524
	inline XMLPropertyBackpatcher<sal_Int16>& GetSequenceIdBP();
525
	inline XMLPropertyBackpatcher< ::rtl::OUString> & GetSequenceNameBP();
525
	inline XMLPropertyBackpatcher< ::rtl::OUString> & GetSequenceNameBP();

Return to issue 16856