Author: truckman
Date: Wed Aug 31 16:00:16 2016
New Revision: 1758637

URL: http://svn.apache.org/viewvc?rev=1758637&view=rev
Log:
Get rid of the inline version of FindFtnRef() that just calls itself,
which causes infinite recursion.  Callers should just use the external
method.


Modified:
    openoffice/trunk/main/sw/source/core/inc/txtfrm.hxx

Modified: openoffice/trunk/main/sw/source/core/inc/txtfrm.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/inc/txtfrm.hxx?rev=1758637&r1=1758636&r2=1758637&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/inc/txtfrm.hxx (original)
+++ openoffice/trunk/main/sw/source/core/inc/txtfrm.hxx Wed Aug 31 16:00:16 2016
@@ -432,8 +432,6 @@ public:
                                        const xub_StrLen nLen = STRING_LEN );
        inline SwTwips GetFtnFrmHeight() const;
        SwTxtFrm *FindFtnRef( const SwTxtFtn *pFtn );
-       inline const SwTxtFrm *FindFtnRef( const SwTxtFtn *pFtn ) const
-       { return FindFtnRef( pFtn ); }
        void ConnectFtn( SwTxtFtn *pFtn, const SwTwips nDeadLine );
 
        // Wenn wir eine Ftn sind, die auf ihre Referenz zu waechst...


Reply via email to