From d3ca36915e20cf4a0ee724c6ba084fe9653757c2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 2 Oct 2013 16:43:02 +0200 Subject: More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptr ...as needed by Clang trunk towards 3.4. Change-Id: Ibbfe9cb0ec03e0aed939d769feee9e046af4741f --- editeng/source/uno/unoedhlp.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editeng/source/uno') diff --git a/editeng/source/uno/unoedhlp.cxx b/editeng/source/uno/unoedhlp.cxx index cb6acfdde10d..93217f0b37ba 100644 --- a/editeng/source/uno/unoedhlp.cxx +++ b/editeng/source/uno/unoedhlp.cxx @@ -56,6 +56,7 @@ sal_Int32 SvxEditSourceHint::GetEndValue() const //------------------------------------------------------------------------ +SAL_WNODEPRECATED_DECLARATIONS_PUSH ::std::auto_ptr SvxEditSourceHelper::EENotification2Hint( EENotify* aNotify ) { if( aNotify ) @@ -103,6 +104,7 @@ sal_Int32 SvxEditSourceHint::GetEndValue() const return ::std::auto_ptr( new SfxHint() ); } +SAL_WNODEPRECATED_DECLARATIONS_POP sal_Bool SvxEditSourceHelper::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, const EditEngine& rEE, sal_Int32 nPara, sal_uInt16 nIndex ) { -- cgit