diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-27 16:48:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-27 16:48:05 +0100 |
commit | e556e2890ca2baaf05a2694463b15aee6b803454 (patch) | |
tree | 8d1acb957b66fa40164ca71b248b91721906293f /svx | |
parent | 2733831474036f4893e8a90795f5799279d151d0 (diff) |
-Werror,-Wunused-variable
Change-Id: Ia202059eb891b1088dc276c963e16ede93fe8d05
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/svxpixelctlaccessiblecontext.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx index e433f67d85fe..a4b25dd64ce7 100644 --- a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx +++ b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx @@ -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(); |