Kaydet (Commit) e556e289 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: Ia202059eb891b1088dc276c963e16ede93fe8d05
üst 27338314
......@@ -345,7 +345,6 @@ void SvxPixelCtlAccessible::grabFocus( ) throw (uno::RuntimeException)
sal_Int32 SvxPixelCtlAccessible::getForeground( )
throw (::com::sun::star::uno::RuntimeException)
{
uno::Any aRet;
::osl::MutexGuard aGuard( m_aMutex );
IsValid();
return pPixelCtl->GetControlForeground().GetColor();
......@@ -354,7 +353,6 @@ sal_Int32 SvxPixelCtlAccessible::getForeground( )
sal_Int32 SvxPixelCtlAccessible::getBackground( )
throw (::com::sun::star::uno::RuntimeException)
{
uno::Any aRet;
::osl::MutexGuard aGuard( m_aMutex );
IsValid();
return pPixelCtl->GetControlBackground().GetColor();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment