diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-02-15 07:49:10 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-02-15 07:49:10 +0000 |
commit | 542bf371fdcf8ea4938f5f1d5bb4d3188f696cad (patch) | |
tree | f55b312a15e25a88f0e5310a7181d66497d4e6dd /framework | |
parent | ee4d0ed6c91f91120c85a823ac05509d2ba1ea13 (diff) |
bug in findFrame with SEARCH_ALL
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/frame.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index ec70a2d71c49..ba5f0efeebbc 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2,9 +2,9 @@ * * $RCSfile: frame.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: mba $ $Date: 2001-02-14 08:26:40 $ + * last change: $Author: mba $ $Date: 2001-02-15 08:49:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -723,7 +723,7 @@ Reference< XFrame > SAL_CALL Frame::findFrame( const OUString& sTargetFrame { xSearchedFrame = m_xParent->findFrame( sTargetFrameName, nSearchFlags ); } - m_bRecursiveSearchProtection = sal_True; + m_bRecursiveSearchProtection = sal_False; } break; } |