From b70fb7d704aa721cf7b1f3ce1120f84f89429479 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 22 Aug 2014 22:44:16 +0200 Subject: everything is independent from vos these days... Change-Id: Iccb94dcc31d6de8c9e4e7a31b3c2e36d4198b295 --- svx/source/accessibility/svxpixelctlaccessiblecontext.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svx') diff --git a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx index bcf602e75149..1a28f111e641 100644 --- a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx +++ b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx @@ -639,7 +639,6 @@ void SAL_CALL SvxPixelCtlAccessibleChild::grabFocus() throw( RuntimeException, s sal_Int32 SvxPixelCtlAccessibleChild::getForeground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) { - //::vos::OGuard aSolarGuard( Application::GetSolarMutex() ); ::osl::MutexGuard aGuard( m_aMutex ); ThrowExceptionIfNotAlive(); return mrParentWindow.GetControlForeground().GetColor(); @@ -647,7 +646,6 @@ sal_Int32 SvxPixelCtlAccessibleChild::getForeground( ) sal_Int32 SvxPixelCtlAccessibleChild::getBackground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) { - //::vos::OGuard aSolarGuard( Application::GetSolarMutex() ); ::osl::MutexGuard aGuard( m_aMutex ); ThrowExceptionIfNotAlive(); -- cgit