summaryrefslogtreecommitdiffstats
path: root/framework/source/classes/framecontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/classes/framecontainer.cxx')
-rw-r--r--framework/source/classes/framecontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index 5e4806fc23f9..fbeb5f2633b9 100644
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -107,7 +107,7 @@ void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xF
@threadsafe yes
*****************************************************************************************************************/
-sal_Bool FrameContainer::exist( const css::uno::Reference< css::frame::XFrame >& xFrame ) const
+bool FrameContainer::exist( const css::uno::Reference< css::frame::XFrame >& xFrame ) const
{
SolarMutexGuard g;
return( ::std::find( m_aContainer.begin(), m_aContainer.end(), xFrame ) != m_aContainer.end() );